Searched refs:mLongPressTimeout (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DCheckLongPressHelper.java28 private int mLongPressTimeout; field in class:CheckLongPressHelper
45 mLongPressTimeout = ViewConfiguration.getLongPressTimeout();
57 mView.postDelayed(mPendingCheckForLongPress, mLongPressTimeout);
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DInteractionController.java72 private final long mLongPressTimeout; field in class:InteractionController
93 mLongPressTimeout = getSystemLongPressTime() * 2 + 100;
330 SystemClock.sleep(mLongPressTimeout);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java77 private long mLongPressTimeout; field in class:SwipeHelper
88 mLongPressTimeout = (long) (ViewConfiguration.getLongPressTimeout() * 1.5f); // extra long-press!
221 mHandler.postDelayed(mWatchLongPress, mLongPressTimeout);

Completed in 2375 milliseconds