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