Home
last modified time | relevance | path

Searched defs:onTransitionReady (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/window/
H A DITransitionPlayer.aidl54 void onTransitionReady(in IBinder transitionToken, in TransitionInfo info, in onTransitionReady() method
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DWindowDecorViewModel.java116 default void onTransitionReady(IBinder transition, TransitionInfo info, in onTransitionReady() method
H A DCaptionWindowDecorViewModel.java80 public void onTransitionReady(IBinder transition, TransitionInfo info, in onTransitionReady() method in CaptionWindowDecorViewModel
H A DDesktopModeWindowDecorViewModel.java232 public void onTransitionReady( in onTransitionReady() method in DesktopModeWindowDecorViewModel
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/freeform/
H A DFreeformTaskTransitionObserver.java70 public void onTransitionReady( in onTransitionReady() method in FreeformTaskTransitionObserver
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DTransitions.java655 void onTransitionReady(@NonNull IBinder transitionToken, @NonNull TransitionInfo info, in onTransitionReady() method in Transitions
1332 void onTransitionReady(@NonNull IBinder transition, @NonNull TransitionInfo info, in onTransitionReady() method
1364 public void onTransitionReady(IBinder iBinder, TransitionInfo transitionInfo, in onTransitionReady() method in Transitions.TransitionPlayerImpl
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/transition/
H A DShellTransitionTests.java1149 private void onTransitionReady(Transitions transitions, IBinder token, TransitionInfo info) { in onTransitionReady() method in ShellTransitionTests
1564 private static void onTransitionReady(Transitions transitions, IBinder token) { in onTransitionReady() method in ShellTransitionTests
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowTestsBase.java1843 public void onTransitionReady(IBinder transitToken, TransitionInfo transitionInfo, in onTransitionReady() method in WindowTestsBase.TestTransitionPlayer