HomeSort by relevance Sort by last modified time
    Searched refs:mLongPressTimeout (Results 1 - 6 of 6) 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/main/java/androidx/appcompat/widget/
ForwardingListener.java 46 private final int mLongPressTimeout;
77 mLongPressTimeout = (mTapTimeout + ViewConfiguration.getLongPressTimeout()) / 2;
188 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);
307 mHandler.postDelayed(mWatchLongPress, mLongPressTimeout);
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionService.java 122 private final int mLongPressTimeout;
154 mLongPressTimeout = ViewConfiguration.getLongPressTimeout();
    [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java     [all...]

Completed in 152 milliseconds