OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SAMPLE_X
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/java/com/android/server/
InputDevice.java
209
//final int x = mNextData[ioff + MotionEvent.
SAMPLE_X
];
221
//int dx = x - mLastData[joff + MotionEvent.
SAMPLE_X
];
267
mNextData[ioff + MotionEvent.
SAMPLE_X
] + ", " +
290
mNextData[ioff + MotionEvent.
SAMPLE_X
] + ", " +
322
final int x = nextData[ioff + MotionEvent.
SAMPLE_X
];
336
final int xOther = nextData[joff + MotionEvent.
SAMPLE_X
];
344
int xreplace = lastData[MotionEvent.
SAMPLE_X
];
352
xreplace = lastData[joff + MotionEvent.
SAMPLE_X
];
366
int xreplace = lastData[MotionEvent.
SAMPLE_X
];
371
int lastx = lastData[joff + MotionEvent.
SAMPLE_X
];
[
all
...]
KeyInputQueue.java
659
+ MotionEvent.
SAMPLE_X
] = ev.value;
681
di.curTouchVals[MotionEvent.
SAMPLE_X
] = ev.value;
703
di.mRel.mNextData[MotionEvent.
SAMPLE_X
] += ev.value;
[
all
...]
/frameworks/base/core/java/android/view/
MotionEvent.java
182
static public final int
SAMPLE_X
= 0;
311
ev.mRawX = inData[
SAMPLE_X
];
340
sb.append(ev.mDataSamples[(i*NUM_SAMPLE_DATA) +
SAMPLE_X
]);
400
data[
SAMPLE_X
] = ev.mRawX = x;
460
data[
SAMPLE_X
] = ev.mRawX = x;
504
data[
SAMPLE_X
] = ev.mRawX = x;
526
history[i +
SAMPLE_X
] *= scale;
703
return mDataSamples[
SAMPLE_X
];
779
return mDataSamples[(pointerIndex*NUM_SAMPLE_DATA) +
SAMPLE_X
];
[
all
...]
Completed in 1866 milliseconds