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.java78 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetIgnoreGravity() local
110 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetGravity() local
174 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetHorizontalGravity() local
212 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetVerticalGravity() local
252 RelativeLayout relativeLayout = new RelativeLayout(mActivity); in testGetBaseline() local
261 RelativeLayout relativeLayout = new RelativeLayout(mActivity); in testGenerateLayoutParams1() local
DRelativeLayout_LayoutParamsTest.java59 RelativeLayout relativeLayout = (RelativeLayout) activity.findViewById( in testConstructor() local
166 RelativeLayout relativeLayout = (RelativeLayout) activity.findViewById( in testStartEnd() local
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java454 RelativeLayout relativeLayout = in generateView() local
480 private final RelativeLayout relativeLayout; field in DecodeAccuracyTestBase.TestHelper.ViewGenerator
482 public ViewGenerator(RelativeLayout relativeLayout, View view) { in ViewGenerator()