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.java103 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetIgnoreGravity() local
132 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testAccessGravity() local
186 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetHorizontalGravity() local
220 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetVerticalGravity() local
256 RelativeLayout relativeLayout = new RelativeLayout(mActivity); in testGetBaseline() local
266 RelativeLayout relativeLayout = new RelativeLayout(mActivity); in testGenerateLayoutParams1() local
DRelativeLayout_LayoutParamsTest.java101 RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testConstructor() local
208 RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testStartEnd() local
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTestBase.java637 RelativeLayout relativeLayout = in generateView() local
669 private final RelativeLayout relativeLayout; field in DecodeAccuracyTestBase.TestHelper.ViewGenerator
671 public ViewGenerator(RelativeLayout relativeLayout, View view) { in ViewGenerator()