Searched defs:mPause (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java906 mPause = pause;
913 long mPause; field in class:NotificationTestList.StateStress
925 mHandler.postDelayed(mRunnable, mPause);
930 mHandler.postDelayed(mRunnable, mPause);
/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());

Completed in 564 milliseconds