From b25825a1b159a469f80423800daa7f5b6250acce Mon Sep 17 00:00:00 2001 From: Steve Block Date: Wed, 27 Apr 2011 14:51:38 +0100 Subject: Add FrameLayout.getMeasureAllChildren() Currently the counterpart to FrameLayout.setMeasureAllChildren() is FameLayout.getConsiderGoneChildrenWhenMeasuring(). This change deprecates FameLayout.getConsiderGoneChildrenWhenMeasuring() in favor of a new FrameLayout.getMeasureAllChildren() method. Change-Id: Id26ec8b3966bd1553d5fd708ad76049069fcaeef --- api/current.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'api/current.txt') diff --git a/api/current.txt b/api/current.txt index 4b3918e..1f97187 100644 --- a/api/current.txt +++ b/api/current.txt @@ -24036,8 +24036,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); -- cgit v1.1