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.java70 private long mLastScreenPinLongPress; field in TaskbarNavButtonController
78 pw.println(prefix + "\tmLastScreenPinLongPress=" + mLastScreenPinLongPress); in dumpLogs()
233 if (mLastScreenPinLongPress == 0) { in determineScreenUnpin()
235 mLastScreenPinLongPress = System.currentTimeMillis(); in determineScreenUnpin()
240 if ((timeNow - mLastScreenPinLongPress) > SCREEN_PIN_LONG_PRESS_THRESHOLD) { in determineScreenUnpin()
257 mLastScreenPinLongPress = 0; in resetScreenUnpin()