summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Svetoslav Ganov <svetoslavganov@google.com> 2011-05-18 19:44:31 -0700
committer Svetoslav Ganov <svetoslavganov@google.com> 2011-05-18 20:09:24 -0700
commit5459781b83be263cdce17c23e636f095b9d9c47b (patch)
tree6e2a749a8934814b2b98197153ba83c80153c59e
parent7a1eb5cf961b6ceaa54295f37843b47b73baa8d8 (diff)
Fixing the build
1. Updated the 14.txt with the new methods in Accessibility record since I made a mistake duing that. I had to do this because I have factored out some stuff from AccessibilityEvent to AccessibilityRecord and the API check does not detect that the APIs have not changed. Change-Id: Ieed504634e0af909eada16f58f922cb78cb841ba
-rw-r--r--api/14.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/api/14.txt b/api/14.txt
index ebb4308fb3ab..17debbd477a6 100644
--- a/api/14.txt
+++ b/api/14.txt
@@ -22002,7 +22002,8 @@ package android.view.accessibility {
method public boolean isEnabled();
method public boolean isFullScreen();
method public boolean isPassword();
- method protected static android.view.accessibility.AccessibilityRecord obtain();
+ method public static android.view.accessibility.AccessibilityRecord obtain();
+ method public static android.view.accessibility.AccessibilityRecord obtain(android.view.accessibility.AccessibilityRecord);
method public void recycle();
method public void setAddedCount(int);
method public void setBeforeText(java.lang.CharSequence);