Searched refs:mPointerId (Results 1 - 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DGestureStrokeRecognitionPoints.java38 private final int mPointerId; field in class:GestureStrokeRecognitionPoints
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, mEventTime
[all...]
H A DGestureTrailsDrawingPreview.java163 trail = mGestureTrails.get(tracker.mPointerId);
166 mGestureTrails.put(tracker.mPointerId, trail);
H A DNonDistinctMultitouchHelper.java55 if (me.getPointerId(index) == mainTracker.mPointerId) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DPointerTracker.java98 public final int mPointerId; field in class:PointerTracker
238 mPointerId = id;
255 Log.d(TAG, String.format("[%d] onPress : %s%s%s%s", mPointerId,
284 Log.d(TAG, String.format("[%d] onCodeInput: %4d %4d %s%s%s", mPointerId, x, y,
317 Log.d(TAG, String.format("[%d] onRelease : %s%s%s%s", mPointerId,
332 Log.d(TAG, String.format("[%d] onFinishSlidingInput", mPointerId));
339 Log.d(TAG, String.format("[%d] onCancelInput", mPointerId));
513 Log.d(TAG, String.format("[%d] onStartBatchInput", mPointerId));
537 Log.d(TAG, String.format("[%d] onUpdateBatchInput: batchPoints=%d", mPointerId,
559 mPointerId, aggregatedPointer
[all...]
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node.h63 : mNeedsToUpdateInputStateG(false), mPointerId(0), mInputIndex(0),
68 int mPointerId; member in struct:latinime::DicNode_InputStateG
497 mDicNodeState.mDicNodeStateInput.updateInputIndexG(inputStateG->mPointerId,

Completed in 115 milliseconds