Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java98 public final int mPointerId; field in PointerTracker
238 mPointerId = id; in PointerTracker()
255 Log.d(TAG, String.format("[%d] onPress : %s%s%s%s", mPointerId, in callListenerOnPressAndCheckKeyboardLayoutChange()
284 Log.d(TAG, String.format("[%d] onCodeInput: %4d %4d %s%s%s", mPointerId, x, y, in callListenerOnCodeInput()
317 Log.d(TAG, String.format("[%d] onRelease : %s%s%s%s", mPointerId, in callListenerOnRelease()
332 Log.d(TAG, String.format("[%d] onFinishSlidingInput", mPointerId)); in callListenerOnFinishSlidingInput()
339 Log.d(TAG, String.format("[%d] onCancelInput", mPointerId)); in callListenerOnCancelInput()
513 Log.d(TAG, String.format("[%d] onStartBatchInput", mPointerId)); in onStartBatchInput()
537 Log.d(TAG, String.format("[%d] onUpdateBatchInput: batchPoints=%d", mPointerId, in onUpdateBatchInput()
559 mPointerId, aggregatedPointers.getPointerSize())); in onEndBatchInput()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureStrokeRecognitionPoints.java38 private final int mPointerId; field in GestureStrokeRecognitionPoints
75 mPointerId = pointerId; in GestureStrokeRecognitionPoints()
98 mPointerId, keyWidth, in setKeyboardGeometry()
119 Log.d(TAG, String.format("[%d] onDownEvent: dT=%3d%s", mPointerId, in addDownEventPoint()
171 mPointerId, deltaTime, timeThreshold, in isStartOfAGesture()
186 Log.d(TAG, String.format("[%d] duplicateLastPointWith: %d,%d|%d", mPointerId, in duplicateLastPointWith()
212 Log.w(TAG, String.format("[%d] drop stale event: %d,%d|%d last: %d,%d|%d", mPointerId, in appendPoint()
244 Log.d(TAG, String.format("[%d] detectFastMove: speed=%5.2f", mPointerId, speed)); in detectFastMove()
252 mPointerId, speed, time, size)); in detectFastMove()
326 out.append(mPointerId, mEventTimes, mXCoordinates, mYCoordinates, in appendBatchPoints()
DGestureTrailsDrawingPreview.java163 trail = mGestureTrails.get(tracker.mPointerId); in setPreviewPosition()
166 mGestureTrails.put(tracker.mPointerId, trail); in setPreviewPosition()
DNonDistinctMultitouchHelper.java55 if (me.getPointerId(index) == mainTracker.mPointerId) { in processMotionEvent()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h63 : mNeedsToUpdateInputStateG(false), mPointerId(0), mInputIndex(0), in DicNode_InputStateG()
68 int mPointerId; member
497 mDicNodeState.mDicNodeStateInput.updateInputIndexG(inputStateG->mPointerId, in updateInputIndexG()