Searched refs:getLongPressTimeout (Results 1 – 11 of 11) sorted by relevance
48 mView.postDelayed(mPendingCheckForLongPress, LauncherApplication.getLongPressTimeout()); in postCheckForLongPress()
151 public static int getLongPressTimeout() { in getLongPressTimeout() method in LauncherApplication
49 LauncherAppState.getInstance().getLongPressTimeout()); in postCheckForLongPress()
257 public int getLongPressTimeout() { in getLongPressTimeout() method in LauncherAppState
72 final int longPressTimeout = ViewConfiguration.getLongPressTimeout(); in updateTransitionDrawable()
1166 final int delay = getLongPressTimeout(key.getCode()); in startLongPressTimer()1171 private int getLongPressTimeout(final int code) { in getLongPressTimeout() method in PointerTracker
48 private static final int LONG_HOVER_TIMEOUT = ViewConfiguration.getLongPressTimeout() * 2;
140 mLongPressTimeout = ViewConfiguration.getLongPressTimeout(); in onCreateView()
606 ViewConfiguration.getLongPressTimeout()); in onKeyDown()
227 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
1490 if (duration < ViewConfiguration.getLongPressTimeout()) { in onKeyUp()