Searched refs:MULTI_PRESS_TIMEOUT (Results 1 – 11 of 11) sorted by relevance
151 private var lastStylusButtonTailUpEventTime: Long = -MULTI_PRESS_TIMEOUT162 val isMultiPress = (downTime - lastStylusButtonTailUpEventTime) < MULTI_PRESS_TIMEOUT in KeyEvent()175 val MULTI_PRESS_TIMEOUT = ViewConfiguration.getMultiPressTimeout().toLong() constant
58 static final long MULTI_PRESS_TIMEOUT = ViewConfiguration.getMultiPressTimeout(); field in SingleKeyGestureDetector278 if (keyDownInterval >= MULTI_PRESS_TIMEOUT) { in interceptKeyDown()379 mHandler.sendMessageDelayed(msg, MULTI_PRESS_TIMEOUT); in interceptKeyUp()
88 mWaitTimeout = SingleKeyGestureDetector.MULTI_PRESS_TIMEOUT + 50; in setUp()
128 = SingleKeyGestureDetector.MULTI_PRESS_TIMEOUT + 1000L * HW_TIMEOUT_MULTIPLIER;
80 sSecureSettingToTypeMap.put(Settings.Secure.MULTI_PRESS_TIMEOUT, int.class); in sSecureSettingToTypeMap.put() argument
721 return AppGlobals.getIntCoreSetting(Settings.Secure.MULTI_PRESS_TIMEOUT, in getMultiPressTimeout()
714 Settings.Secure.MULTI_PRESS_TIMEOUT,
2344 Settings.Secure.MULTI_PRESS_TIMEOUT, in dumpProtoSecureSettingsLocked()2345 SecureSettingsProto.MULTI_PRESS_TIMEOUT); in dumpProtoSecureSettingsLocked()
4203 Settings.Secure.MULTI_PRESS_TIMEOUT).getValue();4206 Settings.Secure.MULTI_PRESS_TIMEOUT,
9097 public static final String MULTI_PRESS_TIMEOUT = "multi_press_timeout"; field in Settings.Secure
42072 Landroid/provider/Settings$Secure;->MULTI_PRESS_TIMEOUT:Ljava/lang/String;