Searched refs:mPressedIndex (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSlotRenderer.java43 private int mPressedIndex = -1; field in class:AlbumSlotRenderer
62 if (mPressedIndex == index) return;
63 mPressedIndex = index;
68 if (mPressedIndex == -1) return;
138 if (mPressedIndex == index) {
144 mPressedIndex = -1;
H A DAlbumSetSlotRenderer.java41 private int mPressedIndex = -1; field in class:AlbumSetSlotRenderer
71 if (mPressedIndex == index) return;
72 mPressedIndex = index;
77 if (mPressedIndex == -1) return;
122 if (mPressedIndex == index) {
128 mPressedIndex = -1;
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControlWheel.java85 private int mPressedIndex = -1; field in class:IndicatorControlWheel
145 mPressedIndex = -1;
273 if ((index != mPressedIndex) || (action == MotionEvent.ACTION_DOWN)) {
274 if (mPressedIndex != -1) {
275 injectMotionEvent(mPressedIndex, event, MotionEvent.ACTION_CANCEL);
296 mPressedIndex = (action == MotionEvent.ACTION_UP) ? -1 : index;
433 if (mPressedIndex != -1) {
434 View v = getChildAt(mPressedIndex);
436 return mPressedIndex;
533 if (mPressedIndex !
[all...]
/packages/apps/Camera/src/com/android/camera/ui/
H A DIndicatorControlWheel.java117 private int mPressedIndex = -1; field in class:IndicatorControlWheel
197 mPressedIndex = -1;
398 if ((index != mPressedIndex) || (action == MotionEvent.ACTION_DOWN)) {
399 if (mPressedIndex != -1) {
400 injectMotionEvent(mPressedIndex, event, MotionEvent.ACTION_CANCEL);
421 mPressedIndex = (action == MotionEvent.ACTION_UP) ? -1 : index;
570 if (mPressedIndex != -1) {
571 View v = getChildAt(mPressedIndex);
573 return mPressedIndex;
672 if (mPressedIndex !
[all...]

Completed in 109 milliseconds