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.java92 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetIgnoreGravity() local
117 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testAccessGravity() local
172 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetHorizontalGravity() local
207 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetVerticalGravity() local
244 RelativeLayout relativeLayout = new RelativeLayout(mActivity); in testGetBaseline() local
254 RelativeLayout relativeLayout = new RelativeLayout(mActivity); in testGenerateLayoutParams1() local
DRelativeLayout_LayoutParamsTest.java91 RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testConstructor() local
198 RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testStartEnd() local
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java635 RelativeLayout relativeLayout = in generateView() local
667 private final RelativeLayout relativeLayout; field in DecodeAccuracyTestBase.TestHelper.ViewGenerator
669 public ViewGenerator(RelativeLayout relativeLayout, View view) { in ViewGenerator()