Home | History | Annotate | Download | only in helper

Lines Matching defs:mActivePointerId

213     int mActivePointerId = ACTIVE_POINTER_ID_NONE;
306 mActivePointerId = event.getPointerId(0);
324 mActivePointerId = ACTIVE_POINTER_ID_NONE;
326 } else if (mActivePointerId != ACTIVE_POINTER_ID_NONE) {
329 final int index = event.findPointerIndex(mActivePointerId);
353 if (mActivePointerId == ACTIVE_POINTER_ID_NONE) {
357 final int activePointerIndex = event.findPointerIndex(mActivePointerId);
384 mActivePointerId = ACTIVE_POINTER_ID_NONE;
389 if (pointerId == mActivePointerId) {
393 mActivePointerId = event.getPointerId(newPointerIndex);
915 if (mActivePointerId == ACTIVE_POINTER_ID_NONE) {
918 final int pointerIndex = motionEvent.findPointerIndex(mActivePointerId);
995 mActivePointerId = motionEvent.getPointerId(0);
1200 if (mVelocityTracker != null && mActivePointerId > -1) {
1203 final float xVelocity = mVelocityTracker.getXVelocity(mActivePointerId);
1204 final float yVelocity = mVelocityTracker.getYVelocity(mActivePointerId);
1227 if (mVelocityTracker != null && mActivePointerId > -1) {
1230 final float xVelocity = mVelocityTracker.getXVelocity(mActivePointerId);
1231 final float yVelocity = mVelocityTracker.getYVelocity(mActivePointerId);
2260 if (pointerId == mActivePointerId) {
2261 final int index = e.findPointerIndex(mActivePointerId);