Searched defs:relativeLayout (Results 1 – 3 of 3) sorted by relevance
103 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetIgnoreGravity() local132 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testAccessGravity() local186 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetHorizontalGravity() local220 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetVerticalGravity() local256 RelativeLayout relativeLayout = new RelativeLayout(mActivity); in testGetBaseline() local266 RelativeLayout relativeLayout = new RelativeLayout(mActivity); in testGenerateLayoutParams1() local
101 RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testConstructor() local208 RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testStartEnd() local
637 RelativeLayout relativeLayout = in generateView() local669 private final RelativeLayout relativeLayout; field in DecodeAccuracyTestBase.TestHelper.ViewGenerator671 public ViewGenerator(RelativeLayout relativeLayout, View view) { in ViewGenerator()