Home | History | Annotate | Download | only in view

Lines Matching refs:timeSinceLastMillis

22346             final long timeSinceLastMillis = SystemClock.uptimeMillis() - mLastEventTimeMillis;
22349 if (timeSinceLastMillis >= minEventIntevalMillis) {
22353 postDelayed(this, minEventIntevalMillis - timeSinceLastMillis);