Home
last modified time | relevance | path

Searched refs:mBackGestureNotificationCounter (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTouchInteractionService.java142 private int mBackGestureNotificationCounter = -1; field in TouchInteractionService
354 mBackGestureNotificationCounter = Math.max(0, Utilities.getDevicePrefs(this) in onUserUnlocked()
878 return mBackGestureNotificationCounter > 0 && in shouldNotifyBackGesture()
885 mBackGestureNotificationCounter--; in tryNotifyBackGesture()
887 .putInt(KEY_BACK_NOTIFICATION_COUNT, mBackGestureNotificationCounter).apply(); in tryNotifyBackGesture()