Searched refs:MULTI_PRESS_TIMEOUT (Results 1 – 11 of 11) sorted by relevance
144 private var lastStylusButtonTailUpEventTime: Long = -MULTI_PRESS_TIMEOUT155 val isMultiPress = (downTime - lastStylusButtonTailUpEventTime) < MULTI_PRESS_TIMEOUT164 val MULTI_PRESS_TIMEOUT = ViewConfiguration.getMultiPressTimeout().toLong() regex
56 static final long MULTI_PRESS_TIMEOUT = ViewConfiguration.getMultiPressTimeout(); field in SingleKeyGestureDetector260 if (keyDownInterval >= MULTI_PRESS_TIMEOUT) { in interceptKeyDown()349 mHandler.sendMessageDelayed(msg, MULTI_PRESS_TIMEOUT); in interceptKeyUp()
82 mWaitTimeout = SingleKeyGestureDetector.MULTI_PRESS_TIMEOUT + 50; in setUp()
118 = SingleKeyGestureDetector.MULTI_PRESS_TIMEOUT + 1000L * HW_TIMEOUT_MULTIPLIER;
664 return AppGlobals.getIntCoreSetting(Settings.Secure.MULTI_PRESS_TIMEOUT, in getMultiPressTimeout()
81 sSecureSettingToTypeMap.put(Settings.Secure.MULTI_PRESS_TIMEOUT, int.class); in sSecureSettingToTypeMap.put() argument
762 Settings.Secure.MULTI_PRESS_TIMEOUT,
2300 Settings.Secure.MULTI_PRESS_TIMEOUT, in dumpProtoSecureSettingsLocked()2301 SecureSettingsProto.MULTI_PRESS_TIMEOUT); in dumpProtoSecureSettingsLocked()
4179 Settings.Secure.MULTI_PRESS_TIMEOUT).getValue();4182 Settings.Secure.MULTI_PRESS_TIMEOUT,
8522 public static final String MULTI_PRESS_TIMEOUT = "multi_press_timeout"; field in Settings.Secure
42715 Landroid/provider/Settings$Secure;->MULTI_PRESS_TIMEOUT:Ljava/lang/String;