HomeSort by relevance Sort by last modified time
    Searched refs:relativeLayout (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
RelativeLayoutTest.java 36 import android.widget.RelativeLayout;
56 * Test {@link RelativeLayout}.
76 new RelativeLayout(mActivity);
78 new RelativeLayout(mActivity, null);
80 new RelativeLayout(mActivity, null, 0);
84 new RelativeLayout(mActivity, attrs);
89 new RelativeLayout(null, null);
94 // Initial gravity for this RelativeLayout is Gravity.Right.
95 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById
    [all...]
RelativeLayout_LayoutParamsTest.java 29 import android.widget.RelativeLayout;
45 * Test {@link RelativeLayout.LayoutParams}.
63 RelativeLayout.LayoutParams layoutParams = new RelativeLayout.LayoutParams(200, 300);
67 RelativeLayout.LayoutParams tempLayoutParams = layoutParams;
68 layoutParams = new RelativeLayout.LayoutParams(tempLayoutParams);
73 layoutParams = new RelativeLayout.LayoutParams(tempViewGroupLayoutParams);
78 layoutParams = new RelativeLayout.LayoutParams(tempMarginLayoutParams);
83 XmlUtils.beginDocument(p, "RelativeLayout");
84 layoutParams = new RelativeLayout.LayoutParams(mActivity, p)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecodeAccuracyTestBase.java 60 import android.widget.RelativeLayout;
632 RelativeLayout relativeLayout =
633 (RelativeLayout) activity.findViewById(R.id.attach_view);
634 ViewGenerator viewGenerator = new ViewGenerator(relativeLayout, view);
664 private final RelativeLayout relativeLayout;
666 public ViewGenerator(RelativeLayout relativeLayout, View view) {
668 this.relativeLayout = checkNotNull(relativeLayout)
    [all...]

Completed in 127 milliseconds