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

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

Completed in 4 milliseconds