Searched refs:mPause (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DBaselineButtonsTest.java33 private ImageButton mPause; field in class:BaselineButtonsTest
49 mPause = (ImageButton) activity.findViewById(R.id.pause);
59 assertNotNull(mPause);
65 int pauseHeight = Math.max(mPause.getDrawable().getIntrinsicHeight()
66 + mPause.getPaddingTop() + mPause.getPaddingBottom(),
67 mPause.getBackground().getMinimumHeight());
75 assertEquals("Pause incorrect height", pauseHeight, mPause.getHeight());
78 assertEquals("Pause wrong top", 0, mPause.getTop());
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java838 mPause = pause;
845 long mPause; field in class:NotificationTestList.StateStress
857 mHandler.postDelayed(mRunnable, mPause);
862 mHandler.postDelayed(mRunnable, mPause);

Completed in 90 milliseconds