Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java543 private long mPendingPanicGestureUptime; field in PhoneWindowManager
6052 mPendingPanicGestureUptime = SystemClock.uptimeMillis();
7405 final boolean pendingPanic = mPendingPanicGestureUptime != 0 in updateSystemBarsLw()
7406 && now - mPendingPanicGestureUptime <= PANIC_GESTURE_EXPIRATION; in updateSystemBarsLw()
7410 mPendingPanicGestureUptime = 0; in updateSystemBarsLw()