HomeSort by relevance Sort by last modified time
    Searched defs:FrameLayout (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/widget/
FrameLayout.java 34 * 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 {
79 public FrameLayout(Context context) {
83 public FrameLayout(Context context, AttributeSet attrs) {
87 public FrameLayout(Context context, AttributeSet attrs, int defStyle) {
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.LayoutParams(getContext(), attrs);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
FrameLayoutTest.java 44 import android.widget.FrameLayout;
47 import android.widget.FrameLayout.LayoutParams;
51 @TestTargetClass(FrameLayout.class)
55 private FrameLayout mFrameLayout;
67 mFrameLayout = (FrameLayout) mActivity.findViewById(R.id.framelayout);
76 method = "FrameLayout",
81 method = "FrameLayout",
86 method = "FrameLayout",
94 new FrameLayout(mActivity)
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 27 milliseconds