Searched defs:mActivePointerId (Results 1 - 7 of 7) 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/Browser/src/com/android/browser/view/
H A DScrollerView.java128 private int mActivePointerId = INVALID_POINTER; field in class:ScrollerView
141 * Used by {@link #mActivePointerId}.
524 final int activePointerId = mActivePointerId;
572 mActivePointerId = ev.getPointerId(0);
598 mActivePointerId = INVALID_POINTER;
644 mActivePointerId = ev.getPointerId(0);
650 final int activePointerIndex = ev.findPointerIndex(mActivePointerId);
660 final int activePointerIndex = ev.findPointerIndex(mActivePointerId);
701 if (isOrthoMove(vtracker.getXVelocity(mActivePointerId),
702 vtracker.getYVelocity(mActivePointerId))
[all...]
/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/DeskClock/src/com/android/deskclock/widget/sgv/
H A DStaggeredGridView.java198 private int mActivePointerId; field in class:StaggeredGridView
912 mActivePointerId = MotionEventCompat.getPointerId(ev, 0);
922 final int index = MotionEventCompat.findPointerIndex(ev, mActivePointerId);
925 mActivePointerId + " - did StaggeredGridView receive an inconsistent " +
954 mActivePointerId = MotionEventCompat.getPointerId(ev, 0);
959 final int index = MotionEventCompat.findPointerIndex(ev, mActivePointerId);
962 mActivePointerId + " - did StaggeredGridView receive an inconsistent " +
994 mActivePointerId);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java156 protected int mActivePointerId = INVALID_POINTER; field in class:PagedView
1354 if (mActivePointerId != INVALID_POINTER) {
1357 // if mActivePointerId is INVALID_POINTER, then we must have missed an ACTION_DOWN
1379 mActivePointerId = ev.getPointerId(0);
1434 final int pointerIndex = ev.findPointerIndex(mActivePointerId);
1629 mActivePointerId = ev.getPointerId(0);
1640 final int pointerIndex = ev.findPointerIndex(mActivePointerId);
1749 final int activePointerId = mActivePointerId;
1872 mActivePointerId = INVALID_POINTER;
1940 if (pointerId == mActivePointerId) {
[all...]

Completed in 139 milliseconds