Home | History | Annotate | Download | only in view

Lines Matching refs:timeSinceLastMillis

20920             final long timeSinceLastMillis = SystemClock.uptimeMillis() - mLastEventTimeMillis;
20923 if (timeSinceLastMillis >= minEventIntevalMillis) {
20927 postDelayed(this, minEventIntevalMillis - timeSinceLastMillis);