summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2011-07-22 19:35:06 -0700
committerAdam Powell <adamp@google.com>2011-07-22 19:39:00 -0700
commit0bd1d0a15294345bf88b20df28466907f982cec7 (patch)
treee26edc66c032f92e9763e07cfc66f3ea529fc636 /api
parent423f0ed494d30bbae1a02c059769f0211f1e4d81 (diff)
downloadframeworks_base-0bd1d0a15294345bf88b20df28466907f982cec7.zip
frameworks_base-0bd1d0a15294345bf88b20df28466907f982cec7.tar.gz
frameworks_base-0bd1d0a15294345bf88b20df28466907f982cec7.tar.bz2
Fix bug 5060033 - No text-editing toolbar when in a dialog
Fix a bug that caused standalone action mode bars to not appear properly or account for system insets such as the status bar. Add public API to View to toggle the fitsSystemWindows attribute. Change-Id: I5d7669425b930c5d23f9df26a45f544b706e8242
Diffstat (limited to 'api')
-rw-r--r--api/current.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index f88001d..5351813 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -22231,6 +22231,7 @@ package android.view {
method public final android.view.View findViewWithTag(java.lang.Object);
method public void findViewsWithText(java.util.ArrayList<android.view.View>, java.lang.CharSequence);
method protected boolean fitSystemWindows(android.graphics.Rect);
+ method public boolean fitsSystemWindows();
method public android.view.View focusSearch(int);
method public void forceLayout();
method public float getAlpha();
@@ -22472,6 +22473,7 @@ package android.view {
method public void setEnabled(boolean);
method public void setFadingEdgeLength(int);
method public void setFilterTouchesWhenObscured(boolean);
+ method public void setFitsSystemWindows(boolean);
method public void setFocusable(boolean);
method public void setFocusableInTouchMode(boolean);
method public void setHapticFeedbackEnabled(boolean);