Searched refs:mRelativeLayout (Results 1 – 2 of 2) sorted by relevance
46 private RelativeLayout mRelativeLayout; field in DrawableBgMinSizeTest65 mRelativeLayout = (RelativeLayout) a.findViewById(R.id.relative_layout); in setUp()77 assertNotNull(mRelativeLayout); in testSetUpConditions()101 doMinimumSizeTest(mRelativeLayout); in testRelativeLayoutMinimumSize()138 doDiffBgMinimumSizeTest(mRelativeLayout); in testRelativeLayoutDiffBgMinimumSize()
47 private RelativeLayout mRelativeLayout; field in DrawableBgMinSize65 mRelativeLayout = findViewById(R.id.relative_layout); in onCreate()75 mRelativeLayout.setBackgroundDrawable(newBg); in changeBackgrounds()