D | GestureStrokeRecognitionPoints.java | 38 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()
|