Searched refs:getLongPressTimeout (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCheckLongPressHelper.java48 mView.postDelayed(mPendingCheckForLongPress, LauncherApplication.getLongPressTimeout());
H A DLauncherApplication.java151 public static int getLongPressTimeout() { method in class:LauncherApplication
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
H A DDialpadKeyButton.java48 private static final int LONG_HOVER_TIMEOUT = ViewConfiguration.getLongPressTimeout() * 2;
/packages/apps/DeskClock/src/com/android/deskclock/
H A DClockFragment.java245 mLongPressTimeout = ViewConfiguration.getLongPressTimeout();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DPointerTracker.java1132 final int delay = getLongPressTimeout(key.getCode());
1137 private int getLongPressTimeout(final int code) { method in class:PointerTracker
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsGridAdapter.java459 .getLongPressTimeout());
/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java606 ViewConfiguration.getLongPressTimeout());
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java227 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java1490 if (duration < ViewConfiguration.getLongPressTimeout()) {

Completed in 188 milliseconds