Searched defs:FrameLayout (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DFrameLayout.java44 * FrameLayout is designed to block out an area on the screen to display
45 * a single item. Generally, FrameLayout should be used to hold a single child view, because it can
47 * the children overlapping each other. You can, however, add multiple children to a FrameLayout
48 * and control their position within the FrameLayout by assigning gravity to each child, using the
49 * <a href="FrameLayout.LayoutParams.html#attr_android:layout_gravity">{@code
52 * The size of the FrameLayout is the size of its largest child (plus padding), visible
53 * or not (if the FrameLayout's parent permits). Views that are {@link android.view.View#GONE} are
63 public class FrameLayout extends ViewGroup { class in inherits:ViewGroup
102 public FrameLayout(Context context) { method in class:FrameLayout
106 public FrameLayout(Contex method in class:FrameLayout
110 public FrameLayout(Context context, AttributeSet attrs, int defStyleAttr) { method in class:FrameLayout
114 public FrameLayout(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:FrameLayout
[all...]

Completed in 706 milliseconds