Searched refs:LONG_PRESS_TIMEOUT (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DCoreSettingsObserver.java43 sCoreSettingToTypeMap.put(Settings.Secure.LONG_PRESS_TIMEOUT, int.class);
/frameworks/base/core/java/android/view/
H A DViewConfiguration.java393 return AppGlobals.getIntCoreSetting(Settings.Secure.LONG_PRESS_TIMEOUT,
/frameworks/base/core/java/android/webkit/
H A DWebViewInputDispatcher.java135 private static final int LONG_PRESS_TIMEOUT = field in class:WebViewInputDispatcher
352 LONG_PRESS_TIMEOUT);
502 return downDuration < LONG_PRESS_TIMEOUT;
H A DWebViewClassic.java883 private static final int LONG_PRESS_TIMEOUT = 1000; field in class:WebViewClassic
5091 .obtainMessage(LONG_PRESS_CENTER), LONG_PRESS_TIMEOUT);
5921 SWITCH_TO_LONGPRESS, LONG_PRESS_TIMEOUT);
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DInteractionController.java118 new String[] {Settings.Secure.LONG_PRESS_TIMEOUT}, null, null);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java879 loadIntegerSetting(stmt, Settings.Secure.LONG_PRESS_TIMEOUT,
2010 loadIntegerSetting(stmt, Settings.Secure.LONG_PRESS_TIMEOUT,
/frameworks/base/core/java/android/provider/
H A DSettings.java3446 public static final String LONG_PRESS_TIMEOUT = "long_press_timeout"; field in class:Settings.Secure

Completed in 1086 milliseconds