Searched defs:relativeLayout (Results 1 – 3 of 3) sorted by relevance
92 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetIgnoreGravity() local117 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testAccessGravity() local172 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetHorizontalGravity() local207 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetVerticalGravity() local244 RelativeLayout relativeLayout = new RelativeLayout(mActivity); in testGetBaseline() local254 RelativeLayout relativeLayout = new RelativeLayout(mActivity); in testGenerateLayoutParams1() local
91 RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testConstructor() local198 RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testStartEnd() local
635 RelativeLayout relativeLayout = in generateView() local667 private final RelativeLayout relativeLayout; field in DecodeAccuracyTestBase.TestHelper.ViewGenerator669 public ViewGenerator(RelativeLayout relativeLayout, View view) { in ViewGenerator()