Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DISplitScreen.aidl153 RemoteAnimationTarget[] onGoingToRecentsLegacy(in RemoteAnimationTarget[] appTargets) = 13;
H A DSplitScreenController.java903 RemoteAnimationTarget[] onGoingToRecentsLegacy(RemoteAnimationTarget[] apps) { in onGoingToRecentsLegacy() method in SplitScreenController
1326 public RemoteAnimationTarget[] onGoingToRecentsLegacy(RemoteAnimationTarget[] apps) { in onGoingToRecentsLegacy() method in SplitScreenController.ISplitScreenImpl
1329 (controller) -> out[0] = controller.onGoingToRecentsLegacy(apps), in onGoingToRecentsLegacy()