FrameLayout

Manage your film crew and keep track of your set and progress

Get Started. It's Free
or sign up with your email address
FrameLayout by Mind Map: FrameLayout

1. Inherits

1.1. XML Attributes

1.2. Constants

1.3. Fields

1.4. Methods

2. Known Subclasses

2.1. Direct

2.1.1. AppWidgetHostView

2.1.2. CalendarView

2.1.3. DatePicker

2.1.4. GestureOverlayView

2.1.5. HorizontalScrollView

2.1.6. MediaController

2.1.7. ScrollView

2.1.8. TabHost

2.1.9. TimePicker

2.1.10. ViewAnimator

2.2. Indirect

2.2.1. ImageSwitcher

2.2.2. TextSwitcher

2.2.3. ViewFlipper

2.2.4. ViewSwitcher

3. Protected Methods

3.1. boolean checkLayoutParams(ViewGroup.LayoutParams p)

3.2. void drawableStateChanged()

3.3. FrameLayout.LayoutParams generateDefaultLayoutParams()

3.4. ViewGroup.LayoutParams generateLayoutParams(ViewGroup.LayoutParams p)

3.5. void onLayout(boolean changed, int left, int top, int right, int bottom)

3.6. void onMeasure(int widthMeasureSpec, int heightMeasureSpec)

3.7. void onSizeChanged(int w, int h, int oldw, int oldh)

3.8. boolean verifyDrawable(Drawable who)

4. Nested Classes

4.1. FrameLayout.LayoutParams

5. XML Attributes

5.1. android:foreground

5.2. android:foregroundGravity

5.3. android:measureAllChildren

6. Public Constructors

6.1. FrameLayout(Context context)

6.2. FrameLayout(Context context, AttributeSet attrs)

6.3. FrameLayout(Context context, AttributeSet attrs, int defStyle)

7. Public Methods

7.1. void draw(Canvas canvas)

7.2. boolean gatherTransparentRegion(Region region)

7.3. FrameLayout.LayoutParams generateLayoutParams(AttributeSet attrs)

7.4. boolean getConsiderGoneChildrenWhenMeasuring()

7.5. Drawable getForeground()

7.6. void setForeground(Drawable drawable)

7.7. void setForegroundGravity(int foregroundGravity)

7.8. void setMeasureAllChildren(boolean measureAll)