Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarNavButtonController.java79 private long mLastScreenPinLongPress; field in TaskbarNavButtonController
88 pw.println(prefix + "\tmLastScreenPinLongPress=" + mLastScreenPinLongPress); in dumpLogs()
272 if (mLastScreenPinLongPress == 0) { in determineScreenUnpin()
274 mLastScreenPinLongPress = System.currentTimeMillis(); in determineScreenUnpin()
279 if ((timeNow - mLastScreenPinLongPress) > SCREEN_PIN_LONG_PRESS_THRESHOLD) { in determineScreenUnpin()
300 mLastScreenPinLongPress = 0; in resetScreenUnpin()