OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BASE_AVAIL_POINTERS
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/view/
VelocityTracker.java
58
final float mPastX[][] = new float[MotionEvent.
BASE_AVAIL_POINTERS
][NUM_PAST];
59
final float mPastY[][] = new float[MotionEvent.
BASE_AVAIL_POINTERS
][NUM_PAST];
60
final long mPastTime[][] = new long[MotionEvent.
BASE_AVAIL_POINTERS
][NUM_PAST];
62
float mYVelocity[] = new float[MotionEvent.
BASE_AVAIL_POINTERS
];
63
float mXVelocity[] = new float[MotionEvent.
BASE_AVAIL_POINTERS
];
111
for (int p = 0; p < MotionEvent.
BASE_AVAIL_POINTERS
; p++) {
132
for (int id = 0; id < MotionEvent.
BASE_AVAIL_POINTERS
; id++) {
147
for (int id = 0; id < MotionEvent.
BASE_AVAIL_POINTERS
; id++) {
185
for (int pos = 0; pos < MotionEvent.
BASE_AVAIL_POINTERS
; pos++) {
MotionEvent.java
212
static public final int
BASE_AVAIL_POINTERS
= 5;
252
mPointerIdentifiers = new int[
BASE_AVAIL_POINTERS
];
253
mDataSamples = new float[
BASE_AVAIL_POINTERS
*BASE_AVAIL_SAMPLES*NUM_SAMPLE_DATA];
[
all
...]
Completed in 677 milliseconds