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

  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineButtonsTest.java 33 private ImageButton mPause;
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());
  /packages/apps/Camera/src/com/android/camera/ui/
FaceView.java 42 private boolean mPause;
61 if (mPause) return;
116 mPause = true;
120 mPause = false;
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
FaceView.java 42 private boolean mPause;
61 if (mPause) return;
113 mPause = true;
117 mPause = false;
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 902 mPause = pause;
    [all...]

Completed in 80 milliseconds