summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorSvetoslav Ganov <svetoslavganov@google.com>2011-05-18 19:44:31 -0700
committerSvetoslav Ganov <svetoslavganov@google.com>2011-05-18 20:09:24 -0700
commit5459781b83be263cdce17c23e636f095b9d9c47b (patch)
tree6e2a749a8934814b2b98197153ba83c80153c59e /api
parent7a1eb5cf961b6ceaa54295f37843b47b73baa8d8 (diff)
downloadframeworks_base-5459781b83be263cdce17c23e636f095b9d9c47b.zip
frameworks_base-5459781b83be263cdce17c23e636f095b9d9c47b.tar.gz
frameworks_base-5459781b83be263cdce17c23e636f095b9d9c47b.tar.bz2
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
Diffstat (limited to 'api')
-rw-r--r--api/14.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/api/14.txt b/api/14.txt
index ebb4308..17debbd 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);