Searched defs:relativeLayout (Results 1 – 3 of 3) sorted by relevance
95 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetIgnoreGravity() local124 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testAccessGravity() local178 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetHorizontalGravity() local212 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetVerticalGravity() local248 RelativeLayout relativeLayout = new RelativeLayout(mActivity); in testGetBaseline() local258 RelativeLayout relativeLayout = new RelativeLayout(mActivity); in testGenerateLayoutParams1() local
92 RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testConstructor() local199 RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testStartEnd() local
632 RelativeLayout relativeLayout = in generateView() local664 private final RelativeLayout relativeLayout; field in DecodeAccuracyTestBase.TestHelper.ViewGenerator666 public ViewGenerator(RelativeLayout relativeLayout, View view) { in ViewGenerator()