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

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

Completed in 40 milliseconds