HomeSort by relevance Sort by last modified time
    Searched refs:mRelativeLayout (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/coretests/src/android/view/
DrawableBgMinSize.java 48 private RelativeLayout mRelativeLayout;
66 mRelativeLayout = (RelativeLayout) findViewById(R.id.relative_layout);
76 mRelativeLayout.setBackgroundDrawable(newBg);
DrawableBgMinSizeTest.java 47 private RelativeLayout mRelativeLayout;
66 mRelativeLayout = (RelativeLayout) a.findViewById(R.id.relative_layout);
78 assertNotNull(mRelativeLayout);
102 doMinimumSizeTest(mRelativeLayout);
139 doDiffBgMinimumSizeTest(mRelativeLayout);

Completed in 238 milliseconds