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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 87 private Runnable mWatchLongPress;
254 if (mWatchLongPress != null) {
255 mHandler.removeCallbacks(mWatchLongPress);
256 mWatchLongPress = null;
281 if (mWatchLongPress == null) {
282 mWatchLongPress = new Runnable() {
302 mHandler.postDelayed(mWatchLongPress, mLongPressTimeout);
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
SwipeHelper.java 82 private Runnable mWatchLongPress;
246 if (mWatchLongPress != null) {
247 mHandler.removeCallbacks(mWatchLongPress);
248 mWatchLongPress = null;
272 if (mWatchLongPress == null) {
273 mWatchLongPress = new Runnable() {
288 mHandler.postDelayed(mWatchLongPress, mLongPressTimeout);

Completed in 2206 milliseconds