Home
last modified time | relevance | path

Searched refs:durationSinceLastUnlockMs (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarLauncherStateController.java536 long durationSinceLastUnlockMs = SystemClock.elapsedRealtime() - mLastUnlockTimeMs; in onStateChangeApplied() local
538 Math.max(0, TASKBAR_SHOW_DELAY_MS - durationSinceLastUnlockMs)); in onStateChangeApplied()