Home
last modified time | relevance | path

Searched refs:LONG_PRESS_TIMEOUT_MULTIPLIER (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/util/rule/
DExtendedLongPressTimeoutRule.java34 private static final float LONG_PRESS_TIMEOUT_MULTIPLIER = 10f; field in ExtendedLongPressTimeoutRule
49 (int) (prevLongPressTimeout * LONG_PRESS_TIMEOUT_MULTIPLIER); in apply()
57 (int) (prevLongPressTimeout * LONG_PRESS_TIMEOUT_MULTIPLIER)); in apply()