Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DBackAnimationController.java113 private final ShellBackAnimationRegistry mShellBackAnimationRegistry; field in BackAnimationController
227 mShellBackAnimationRegistry = shellBackAnimationRegistry; in BackAnimationController()
292 mShellBackAnimationRegistry.onConfigurationChanged(newConfig); in onConfigurationChanged()
409 mShellBackAnimationRegistry.registerAnimation(type, runner); in registerAnimation()
413 mShellBackAnimationRegistry.unregisterAnimation(type); in unregisterAnimation()
550 if (!mShellBackAnimationRegistry.startGesture(backType)) { in onBackNavigationInfoReceived()
771 || mShellBackAnimationRegistry.isAnimationCancelledOrNull(backType)) { in onGestureFinished()
776 } else if (mShellBackAnimationRegistry.isWaitingAnimation(backType)) { in onGestureFinished()
896 mShellBackAnimationRegistry.resetDefaultCrossActivity(); in finishBackNavigation()
940 mShellBackAnimationRegistry.getAnimationRunnerAndInit(mBackNavigationInfo); in startSystemAnimation()
[all …]
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/
DBackAnimationControllerTest.java125 private ShellBackAnimationRegistry mShellBackAnimationRegistry; field in BackAnimationControllerTest
142 mShellBackAnimationRegistry = in setUp()
158 mShellBackAnimationRegistry, in setUp()
318 mShellBackAnimationRegistry, in animationDisabledFromSettings()