OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mPointerId
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/services/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/
GestureStroke.java
38
private final int
mPointerId
;
141
mPointerId
= pointerId;
159
mPointerId
, keyWidth,
179
Log.d(TAG, String.format("[%d] onDownEvent: dT=%3d%s",
mPointerId
,
228
mPointerId
, deltaTime, timeThreshold,
242
Log.d(TAG, String.format("[%d] duplicateLastPointWith: %d,%d|%d",
mPointerId
,
268
Log.w(TAG, String.format("[%d] drop stale event: %d,%d|%d last: %d,%d|%d",
mPointerId
,
300
Log.d(TAG, String.format("[%d] detectFastMove: speed=%5.2f",
mPointerId
, speed));
308
mPointerId
, speed, time, size));
378
out.append(
mPointerId
, mEventTimes, mXCoordinates, mYCoordinates
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h
56
: mNeedsToUpdateInputStateG(false),
mPointerId
(0), mInputIndex(0),
61
int
mPointerId
;
609
mDicNodeState.mDicNodeStateInput.updateInputIndexG(inputStateG->
mPointerId
,
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
GlowPadView.java
204
private int
mPointerId
;
799
mPointerId
= event.getPointerId(actionIndex);
807
if (event.getPointerId(actionIndex) ==
mPointerId
) {
822
int actionIndex = event.findPointerIndex(
mPointerId
);
834
int actionIndex = event.findPointerIndex(
mPointerId
);
[
all
...]
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java
205
private int
mPointerId
;
814
mPointerId
= event.getPointerId(actionIndex);
822
if (event.getPointerId(actionIndex) ==
mPointerId
) {
833
int actionIndex = event.findPointerIndex(
mPointerId
);
846
int actionIndex = event.findPointerIndex(
mPointerId
);
[
all
...]
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java
206
private int
mPointerId
;
831
mPointerId
= event.getPointerId(actionIndex);
839
if (event.getPointerId(actionIndex) ==
mPointerId
) {
854
int actionIndex = event.findPointerIndex(
mPointerId
);
866
int actionIndex = event.findPointerIndex(
mPointerId
);
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java
190
public final int
mPointerId
;
480
mPointerId
= id;
505
Log.d(TAG, String.format("[%d] onPress : %s%s%s%s",
mPointerId
,
534
Log.d(TAG, String.format("[%d] onCodeInput: %4d %4d %s%s%s",
mPointerId
, x, y,
566
Log.d(TAG, String.format("[%d] onRelease : %s%s%s%s",
mPointerId
,
585
Log.d(TAG, String.format("[%d] onFinishSlidingInput",
mPointerId
));
592
Log.d(TAG, String.format("[%d] onCancelInput",
mPointerId
));
[
all
...]
Completed in 750 milliseconds