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

/frameworks/base/core/java/android/widget/
H A DFrameLayout.java34 * FrameLayout is designed to block out an area on the screen to display
35 * a single item. You can add multiple children to a FrameLayout, but all
39 * or not (if the FrameLayout's parent permits). Views that are GONE are used for sizing
48 public class FrameLayout extends ViewGroup { class in inherits:ViewGroup
79 public FrameLayout(Context context) { method in class:FrameLayout
83 public FrameLayout(Context context, AttributeSet attrs) { method in class:FrameLayout
87 public FrameLayout(Context context, AttributeSet attrs, int defStyle) { method in class:FrameLayout
90 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.FrameLayout,
227 * Returns the drawable used as the foreground of this FrameLayout. The
423 return new FrameLayout
[all...]

Completed in 214 milliseconds