Searched defs:relativeLayout (Results 1 – 3 of 3) sorted by relevance
78 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetIgnoreGravity() local110 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetGravity() local174 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetHorizontalGravity() local212 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById( in testSetVerticalGravity() local252 RelativeLayout relativeLayout = new RelativeLayout(mActivity); in testGetBaseline() local261 RelativeLayout relativeLayout = new RelativeLayout(mActivity); in testGenerateLayoutParams1() local
59 RelativeLayout relativeLayout = (RelativeLayout) activity.findViewById( in testConstructor() local166 RelativeLayout relativeLayout = (RelativeLayout) activity.findViewById( in testStartEnd() local
454 RelativeLayout relativeLayout = in generateView() local480 private final RelativeLayout relativeLayout; field in DecodeAccuracyTestBase.TestHelper.ViewGenerator482 public ViewGenerator(RelativeLayout relativeLayout, View view) { in ViewGenerator()