Searched refs:mLastScreenPinLongPress (Results 1 – 1 of 1) sorted by relevance
49 private long mLastScreenPinLongPress; field in TaskbarNavButtonController138 if (mLastScreenPinLongPress == 0) { in determineScreenUnpin()140 mLastScreenPinLongPress = System.currentTimeMillis(); in determineScreenUnpin()145 if ((timeNow - mLastScreenPinLongPress) > SCREEN_PIN_LONG_PRESS_THRESHOLD) { in determineScreenUnpin()162 mLastScreenPinLongPress = 0; in resetScreenUnpin()