Searched defs:mLongPressTimeout (Results 1 - 2 of 2) 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/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!
234 mHandler.postDelayed(mWatchLongPress, mLongPressTimeout);

Completed in 57 milliseconds