Searched refs:timeoutTime (Results 1 – 7 of 7) sorted by relevance
101 long timeoutTime = SystemClock.uptimeMillis() + WAIT_FOR_IME; in verifyEditTextAdjustment() local102 …le (newLocation[1] > rootViewHeight - IME_MIN_HEIGHT && SystemClock.uptimeMillis() < timeoutTime) { in verifyEditTextAdjustment()134 long timeoutTime = SystemClock.uptimeMillis() + WAIT_FOR_IME; in destructiveCheckImeUp() local135 …e (Math.abs(newHeight - origHeight) < IME_MIN_HEIGHT && SystemClock.uptimeMillis() < timeoutTime) { in destructiveCheckImeUp()
389 long timeoutTime = SystemClock.uptimeMillis() + timeoutMillis; in waitForColor() local393 if (now >= timeoutTime) { in waitForColor()397 wait(timeoutTime - now); in waitForColor()
1027 long timeoutTime = r.receiverTime + mTimeoutPeriod; in processNextBroadcastLocked() local1030 + mQueueName + "] for " + r + " at " + timeoutTime); in processNextBroadcastLocked()1031 setBroadcastTimeoutLocked(timeoutTime); in processNextBroadcastLocked()1401 final void setBroadcastTimeoutLocked(long timeoutTime) { in setBroadcastTimeoutLocked() argument1404 mHandler.sendMessageAtTime(msg, timeoutTime); in setBroadcastTimeoutLocked()1435 long timeoutTime = r.receiverTime + mTimeoutPeriod; in broadcastTimeoutLocked() local1436 if (timeoutTime > now) { in broadcastTimeoutLocked()1444 + timeoutTime); in broadcastTimeoutLocked()1445 setBroadcastTimeoutLocked(timeoutTime); in broadcastTimeoutLocked()
297 long timeoutTime = SystemClock.elapsedRealtime() + DEFAULT_MAX_WAIT_TIME; in setWiFiStateOn() local304 if (SystemClock.elapsedRealtime() > timeoutTime) { in setWiFiStateOn()
235 final long timeoutTime = mElapsedDuration + (timeout - mElapsedSnapshot); in reportUsage() local237 appUsageHistory.bucketActiveTimeoutTime = Math.max(timeoutTime, in reportUsage()240 appUsageHistory.bucketWorkingSetTimeoutTime = Math.max(timeoutTime, in reportUsage()
525 long timeoutTime = SystemClock.elapsedRealtime() + DEFAULT_MAX_WAIT_TIME; in setWiFiStateOn() local532 if (SystemClock.elapsedRealtime() > timeoutTime) { in setWiFiStateOn()
3589 final long timeoutTime = mScreenshotChordVolumeDownKeyTime in interceptKeyBeforeDispatching() local3591 if (now < timeoutTime) { in interceptKeyBeforeDispatching()3592 return timeoutTime - now; in interceptKeyBeforeDispatching()3610 final long timeoutTime = (mScreenshotChordVolumeDownKeyTriggered in interceptKeyBeforeDispatching() local3613 if (now < timeoutTime) { in interceptKeyBeforeDispatching()3614 return timeoutTime - now; in interceptKeyBeforeDispatching()3636 final long timeoutTime = mA11yShortcutChordVolumeUpKeyTime in interceptKeyBeforeDispatching() local3638 if (now < timeoutTime) { in interceptKeyBeforeDispatching()3639 return timeoutTime - now; in interceptKeyBeforeDispatching()