Searched refs:SCREEN_PIN_LONG_PRESS_THRESHOLD (Results 1 – 2 of 2) sorted by relevance
66 static final int SCREEN_PIN_LONG_PRESS_THRESHOLD = 200; field in TaskbarNavButtonController67 static final int SCREEN_PIN_LONG_PRESS_RESET = SCREEN_PIN_LONG_PRESS_THRESHOLD + 100;240 if ((timeNow - mLastScreenPinLongPress) > SCREEN_PIN_LONG_PRESS_THRESHOLD) { in determineScreenUnpin()
14 …rt static com.android.launcher3.taskbar.TaskbarNavButtonController.SCREEN_PIN_LONG_PRESS_THRESHOLD;208 Thread.sleep(SCREEN_PIN_LONG_PRESS_THRESHOLD + 5); in testLongPressBackRecentsTooLongPinned()221 Thread.sleep(SCREEN_PIN_LONG_PRESS_THRESHOLD + 5); in testLongPressBackRecentsMultipleAttemptPinned()