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

/frameworks/base/core/java/android/widget/
H A DFrameLayout.java40 * FrameLayout is designed to block out an area on the screen to display
41 * a single item. Generally, FrameLayout should be used to hold a single child view, because it can
43 * the children overlapping each other. You can, however, add multiple children to a FrameLayout
44 * and control their position within the FrameLayout by assigning gravity to each child, using the
45 * <a href="FrameLayout.LayoutParams.html#attr_android:layout_gravity">{@code
48 * The size of the FrameLayout is the size of its largest child (plus padding), visible
49 * 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
77 public FrameLayout(@NonNull Context context) { method in class:FrameLayout
81 public FrameLayout( method in class:FrameLayout
85 public FrameLayout(@NonNull Context context, @Nullable AttributeSet attrs, method in class:FrameLayout
90 public FrameLayout(@NonNull Context context, @Nullable AttributeSet attrs, method in class:FrameLayout
[all...]

Completed in 49 milliseconds