HomeSort by relevance Sort by last modified time
    Searched defs:mPointerId (Results 1 - 6 of 6) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
StackTapPointerEventListener.java 33 private int mPointerId;
52 mPointerId = motionEvent.getPointerId(0);
57 if (mPointerId >= 0) {
58 int index = motionEvent.findPointerIndex(mPointerId);
62 mPointerId = -1;
71 if (mPointerId == motionEvent.getPointerId(index)) {
81 mPointerId = -1;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeRecognitionPoints.java 38 private final int mPointerId;
75 mPointerId = pointerId;
98 mPointerId, keyWidth,
119 Log.d(TAG, String.format("[%d] onDownEvent: dT=%3d%s", mPointerId,
171 mPointerId, deltaTime, timeThreshold,
186 Log.d(TAG, String.format("[%d] duplicateLastPointWith: %d,%d|%d", mPointerId,
212 Log.w(TAG, String.format("[%d] drop stale event: %d,%d|%d last: %d,%d|%d", mPointerId,
244 Log.d(TAG, String.format("[%d] detectFastMove: speed=%5.2f", mPointerId, speed));
252 mPointerId, speed, time, size));
326 out.append(mPointerId, mEventTimes, mXCoordinates, mYCoordinates
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 62 : mNeedsToUpdateInputStateG(false), mPointerId(0), mInputIndex(0),
67 int mPointerId;
511 mDicNodeState.mDicNodeStateInput.updateInputIndexG(inputStateG->mPointerId,
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java 211 private int mPointerId;
820 mPointerId = event.getPointerId(actionIndex);
828 if (event.getPointerId(actionIndex) == mPointerId) {
839 int actionIndex = event.findPointerIndex(mPointerId);
852 int actionIndex = event.findPointerIndex(mPointerId);
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java 206 private int mPointerId;
836 mPointerId = event.getPointerId(actionIndex);
844 if (event.getPointerId(actionIndex) == mPointerId) {
859 int actionIndex = event.findPointerIndex(mPointerId);
871 int actionIndex = event.findPointerIndex(mPointerId);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 147 public final int mPointerId;
286 mPointerId = id;
303 Log.d(TAG, String.format("[%d] onPress : %s%s%s%s", mPointerId,
332 Log.d(TAG, String.format("[%d] onCodeInput: %4d %4d %s%s%s", mPointerId, x, y,
365 Log.d(TAG, String.format("[%d] onRelease : %s%s%s%s", mPointerId,
380 Log.d(TAG, String.format("[%d] onFinishSlidingInput", mPointerId));
387 Log.d(TAG, String.format("[%d] onCancelInput", mPointerId));
574 Log.d(TAG, String.format("[%d] onStartBatchInput", mPointerId));
598 Log.d(TAG, String.format("[%d] onUpdateBatchInput: batchPoints=%d", mPointerId,
620 mPointerId, aggregatedPointers.getPointerSize()))
    [all...]

Completed in 389 milliseconds