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

  /packages/apps/Launcher3/src/com/android/launcher3/
CheckLongPressHelper.java 30 private int mLongPressTimeout = DEFAULT_LONG_PRESS_TIMEOUT;
64 mLongPressTimeout = longPressTimeout;
73 mView.postDelayed(mPendingCheckForLongPress, mLongPressTimeout);
  /frameworks/base/core/java/android/widget/
ForwardingListener.java 42 private final int mLongPressTimeout;
68 mLongPressTimeout = (mTapTimeout + ViewConfiguration.getLongPressTimeout()) / 2;
179 src.postDelayed(mTriggerLongPress, mLongPressTimeout);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ForwardingListener.java 45 private final int mLongPressTimeout;
76 mLongPressTimeout = (mTapTimeout + ViewConfiguration.getLongPressTimeout()) / 2;
187 src.postDelayed(mTriggerLongPress, mLongPressTimeout);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 88 private final long mLongPressTimeout;
108 mLongPressTimeout = (long) (ViewConfiguration.getLongPressTimeout() * 1.5f);
316 mHandler.postDelayed(mWatchLongPress, mLongPressTimeout);
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionService.java 103 private final int mLongPressTimeout;
128 mLongPressTimeout = ViewConfiguration.getLongPressTimeout();
    [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 796 milliseconds