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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSlotRenderer.java41 private int mPressedIndex = -1; field in class:AlbumSlotRenderer
61 if (mPressedIndex == index) return;
62 mPressedIndex = index;
67 if (mPressedIndex == -1) return;
137 if (mPressedIndex == index) {
143 mPressedIndex = -1;
H A DAlbumSetSlotRenderer.java41 private int mPressedIndex = -1; field in class:AlbumSetSlotRenderer
78 if (mPressedIndex == index) return;
79 mPressedIndex = index;
84 if (mPressedIndex == -1) return;
142 if (mPressedIndex == index) {
148 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...]

Completed in 68 milliseconds