diff options
author | Steve Block <steveblock@google.com> | 2011-09-08 10:38:15 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-09-08 10:38:15 -0700 |
commit | 703bde8ca5b2b5b7bc4460eacd48194278c45ae3 (patch) | |
tree | 6738182217fd91f39a6d1d3505d28f2d5e795d1a /api/current.txt | |
parent | 2d719afe813a0568aa12a34041686f86411e465c (diff) | |
parent | b25825a1b159a469f80423800daa7f5b6250acce (diff) | |
download | frameworks_base-703bde8ca5b2b5b7bc4460eacd48194278c45ae3.zip frameworks_base-703bde8ca5b2b5b7bc4460eacd48194278c45ae3.tar.gz frameworks_base-703bde8ca5b2b5b7bc4460eacd48194278c45ae3.tar.bz2 |
Merge "Add FrameLayout.getMeasureAllChildren()"
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index b0621c2..dfd8a33 100644 --- a/api/current.txt +++ b/api/current.txt @@ -25917,8 +25917,9 @@ package android.widget { ctor public FrameLayout(android.content.Context); ctor public FrameLayout(android.content.Context, android.util.AttributeSet); ctor public FrameLayout(android.content.Context, android.util.AttributeSet, int); - method public boolean getConsiderGoneChildrenWhenMeasuring(); + method public deprecated boolean getConsiderGoneChildrenWhenMeasuring(); method public android.graphics.drawable.Drawable getForeground(); + method public boolean getMeasureAllChildren(); method protected void onLayout(boolean, int, int, int, int); method public void setForeground(android.graphics.drawable.Drawable); method public void setForegroundGravity(int); |