Home
last modified time | relevance | path

Searched defs:relativeLayout (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DRelativeLayoutTest.java95 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetIgnoreGravity() local
124 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testAccessGravity() local
178 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetHorizontalGravity() local
212 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetVerticalGravity() local
248 RelativeLayout relativeLayout = new RelativeLayout(mActivity); in testGetBaseline() local
258 RelativeLayout relativeLayout = new RelativeLayout(mActivity); in testGenerateLayoutParams1() local
DRelativeLayout_LayoutParamsTest.java92 RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testConstructor() local
199 RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testStartEnd() local
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java634 RelativeLayout relativeLayout = in generateView() local
666 private final RelativeLayout relativeLayout; field in DecodeAccuracyTestBase.TestHelper.ViewGenerator
668 public ViewGenerator(RelativeLayout relativeLayout, View view) { in ViewGenerator()