HomeSort by relevance Sort by last modified time
    Searched refs:LONG_PRESS_TIMEOUT (Results 1 - 8 of 8) sorted by null

  /frameworks/base/services/java/com/android/server/am/
CoreSettingsObserver.java 43 sCoreSettingToTypeMap.put(Settings.Secure.LONG_PRESS_TIMEOUT, int.class);
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 407 return AppGlobals.getIntCoreSetting(Settings.Secure.LONG_PRESS_TIMEOUT,
  /frameworks/base/core/java/android/webkit/
WebViewInputDispatcher.java 135 private static final int LONG_PRESS_TIMEOUT =
352 LONG_PRESS_TIMEOUT);
502 return downDuration < LONG_PRESS_TIMEOUT;
    [all...]
WebViewClassic.java     [all...]
  /frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
InteractionController.java 117 new String[] {Settings.Secure.LONG_PRESS_TIMEOUT}, null, null);
  /packages/apps/Settings/src/com/android/settings/
AccessibilitySettings.java 202 Settings.Secure.LONG_PRESS_TIMEOUT, Integer.parseInt(stringValue));
440 Settings.Secure.LONG_PRESS_TIMEOUT, mLongPressTimeoutDefault);
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java     [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]

Completed in 413 milliseconds