API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.widget.FrameLayout

Removed Constructors
android.widget(Context, AttributeSet, Map)  
android.widget(Context, AttributeSet, Map, int)  
 

Added Constructors
FrameLayout(Context, AttributeSet)  
FrameLayout(Context, AttributeSet, int)  
 

Added Methods
LayoutParams generateDefaultLayoutParams() Returns a set of layout parameters with a width of android.view.ViewGroup.LayoutParams.FILL_PARENT, and a height of android.view.ViewGroup.LayoutParams.FILL_PARENT.
LayoutParams generateLayoutParams(LayoutParams)  
LayoutParams generateLayoutParams(AttributeSet) {@inheritDoc}
void setForegroundGravity(int) Describes how the foreground is positioned.
 

Changed Methods
boolean checkLayoutParams(LayoutParams) Method was inherited from android.view.ViewGroup, but is now defined locally. {@inheritDoc}
 

Removed Fields
boolean mMeasureAllChildren  
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff