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

/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/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSetSlotRenderer.java48 private int mPressedIndex = -1; field in class:AlbumSetSlotRenderer
85 if (mPressedIndex == index) return;
86 mPressedIndex = index;
91 if (mPressedIndex == -1) return;
149 if (mPressedIndex == index) {
155 mPressedIndex = -1;
H A DAlbumSlotRenderer.java46 private int mPressedIndex = -1; field in class:AlbumSlotRenderer
66 if (mPressedIndex == index) return;
67 mPressedIndex = index;
72 if (mPressedIndex == -1) return;
142 if (mPressedIndex == index) {
148 mPressedIndex = -1;

Completed in 80 milliseconds