Home | History | Annotate | Download | only in keyboard

Lines Matching defs:mPointerId

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()));
633 Log.d(TAG, String.format("[%d] onCancelBatchInput", mPointerId));
649 if (shouldIgnoreOtherPointers && id != mPointerId) {
691 mPointerId, deltaT, distance));
812 final int pointerIndex = me.findPointerIndex(mPointerId);
826 mMoreKeysPanel.onMoveEvent(translatedX, translatedY, mPointerId, eventTime);
858 + "up[%d,%d,%s]/down[%d,%d,%s] events", mPointerId,
878 mPointerId, radiusRatio,
926 + " detected sliding finger while multi touching", mPointerId));
1034 mMoreKeysPanel.onUpEvent(translatedX, translatedY, mPointerId, eventTime);
1069 panel.onDownEvent(translatedX, translatedY, mPointerId, SystemClock.uptimeMillis());
1132 +" %.2f key width from key edge", mPointerId, distanceToEdgeRatio));
1145 mPointerId, lengthFromDownRatio));
1229 Log.d(TAG, String.format("[%d]%s%s %4d %4d %5d %s", mPointerId,