Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DBackAnimationController.java107 private boolean mOnBackStartDispatched = false; field in BackAnimationController
569 || !mOnBackStartDispatched) { in onMove()
618 if (mOnBackStartDispatched in tryDispatchOnBackStarted()
634 mOnBackStartDispatched = true; in dispatchOnBackStarted()
652 if (!mOnBackStartDispatched) { in tryDispatchOnBackCancelled()
893 mOnBackStartDispatched = false; in finishBackNavigation()