Searched refs:mLastScreenPinLongPress (Results 1 – 1 of 1) sorted by relevance
70 private long mLastScreenPinLongPress; field in TaskbarNavButtonController78 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()