Searched refs:BASE_AVAIL_SAMPLES (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DMotionEvent.java314 static private final int BASE_AVAIL_SAMPLES = 8; field in class:MotionEvent
365 if (sampleCount < BASE_AVAIL_SAMPLES) {
366 sampleCount = BASE_AVAIL_SAMPLES;
1471 long[] newEventTimeNanoSamples = new long[mNumSamples + BASE_AVAIL_SAMPLES];
1479 + BASE_AVAIL_SAMPLES * dataSampleStride];

Completed in 3564 milliseconds