Searched defs:mActivePointerId (Results 1 - 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMoreKeysKeyboardView.java51 private int mActivePointerId; field in class:MoreKeysKeyboardView
160 mActivePointerId = pointerId;
166 if (mActivePointerId != pointerId) {
179 if (mActivePointerId != pointerId) {
/packages/apps/Gallery2/src/com/android/photos/views/
H A DGalleryThumbnailView.java76 private int mActivePointerId; field in class:GalleryThumbnailView
288 mActivePointerId = MotionEventCompat.getPointerId(ev, 0);
298 final int index = MotionEventCompat.findPointerIndex(ev, mActivePointerId);
301 mActivePointerId + " - did StaggeredGridView receive an inconsistent " +
329 mActivePointerId = MotionEventCompat.getPointerId(ev, 0);
334 final int index = MotionEventCompat.findPointerIndex(ev, mActivePointerId);
337 mActivePointerId + " - did StaggeredGridView receive an inconsistent " +
367 mActivePointerId);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationContainer.java127 private int mActivePointerId; field in class:ConversationContainer
398 mActivePointerId = ev.getPointerId(0);
402 final int pointerIndex = ev.findPointerIndex(mActivePointerId);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedView.java149 protected int mActivePointerId = INVALID_POINTER; field in class:PagedView
1013 if (mActivePointerId != INVALID_POINTER) {
1017 // if mActivePointerId is INVALID_POINTER, then we must have missed an ACTION_DOWN
1033 mActivePointerId = ev.getPointerId(0);
1068 mActivePointerId = INVALID_POINTER;
1098 final int pointerIndex = ev.findPointerIndex(mActivePointerId);
1245 mActivePointerId = ev.getPointerId(0);
1254 final int pointerIndex = ev.findPointerIndex(mActivePointerId);
1284 final int activePointerId = mActivePointerId;
1352 mActivePointerId
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java146 protected int mActivePointerId = INVALID_POINTER; field in class:PagedView
1302 if (mActivePointerId != INVALID_POINTER) {
1305 // if mActivePointerId is INVALID_POINTER, then we must have missed an ACTION_DOWN
1327 mActivePointerId = ev.getPointerId(0);
1382 final int pointerIndex = ev.findPointerIndex(mActivePointerId);
1580 mActivePointerId = ev.getPointerId(0);
1591 final int pointerIndex = ev.findPointerIndex(mActivePointerId);
1697 final int activePointerId = mActivePointerId;
1822 mActivePointerId = INVALID_POINTER;
1890 if (pointerId == mActivePointerId) {
[all...]

Completed in 1815 milliseconds