/aosp14/frameworks/base/core/java/android/window/ |
H A D | ITransitionPlayer.aidl | 54 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 D | WindowDecorViewModel.java | 116 default void onTransitionReady(IBinder transition, TransitionInfo info, in onTransitionReady() method
|
H A D | CaptionWindowDecorViewModel.java | 80 public void onTransitionReady(IBinder transition, TransitionInfo info, in onTransitionReady() method in CaptionWindowDecorViewModel
|
H A D | DesktopModeWindowDecorViewModel.java | 232 public void onTransitionReady( in onTransitionReady() method in DesktopModeWindowDecorViewModel
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/freeform/ |
H A D | FreeformTaskTransitionObserver.java | 70 public void onTransitionReady( in onTransitionReady() method in FreeformTaskTransitionObserver
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | Transitions.java | 655 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 D | ShellTransitionTests.java | 1149 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 D | WindowTestsBase.java | 1843 public void onTransitionReady(IBinder transitToken, TransitionInfo transitionInfo, in onTransitionReady() method in WindowTestsBase.TestTransitionPlayer
|