Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DBackNavigationController.java733 private int mSwitchType = UNKNOWN; field in BackNavigationController.AnimationHandler
772 mSwitchType = ACTIVITY_SWITCH; in initiate()
775 mSwitchType = TASK_SWITCH; in initiate()
778 mSwitchType = UNKNOWN; in initiate()
804 if (mSwitchType == UNKNOWN) { in composeAnimations()
841 if (mSwitchType == TASK_SWITCH) { in isTarget()
845 } else if (mSwitchType == ACTIVITY_SWITCH) { in isTarget()
880 mSwitchType = UNKNOWN; in clearBackAnimateTarget()
901 + mSwitchType in toString()
932 private final int mSwitchType; field in BackNavigationController.AnimationHandler.BackWindowAnimationAdaptor
[all …]