Home
last modified time | relevance | path

Searched refs:RemoteAnimationTarget (Results 1 – 25 of 66) sorted by relevance

123

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRemoteAnimationControllerTest.java62 import android.view.RemoteAnimationTarget;
140 final ArgumentCaptor<RemoteAnimationTarget[]> appsCaptor = in testForwardsShowBackdrop()
152 final RemoteAnimationTarget app = appsCaptor.getValue()[0]; in testForwardsShowBackdrop()
172 final ArgumentCaptor<RemoteAnimationTarget[]> appsCaptor = in testRun()
184 final RemoteAnimationTarget app = appsCaptor.getValue()[0]; in testRun()
294 final ArgumentCaptor<RemoteAnimationTarget[]> appsCaptor = in testOneNotStarted()
298 final ArgumentCaptor<RemoteAnimationTarget[]> nonAppsCaptor = in testOneNotStarted()
340 final ArgumentCaptor<RemoteAnimationTarget[]> appsCaptor = in testOpeningTaskWithTopFinishingActivity()
367 final ArgumentCaptor<RemoteAnimationTarget[]> appsCaptor = in testChangeToSmallerSize()
672 final ArgumentCaptor<RemoteAnimationTarget[]> nonAppsCaptor = in testNonAppTarget_sendNavBar()
[all …]
H A DAppChangeTransitionTests.java38 import android.view.RemoteAnimationTarget;
75 RemoteAnimationTarget[] apps, in onAnimationStart()
76 RemoteAnimationTarget[] wallpapers, in onAnimationStart()
77 RemoteAnimationTarget[] nonApps, in onAnimationStart()
79 for (RemoteAnimationTarget target : apps) { in onAnimationStart()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationRunner.java39 import android.view.RemoteAnimationTarget;
71 @NonNull RemoteAnimationTarget[] apps, in onAnimationStart()
72 @NonNull RemoteAnimationTarget[] wallpapers, in onAnimationStart()
73 @NonNull RemoteAnimationTarget[] nonApps, in onAnimationStart()
92 @NonNull RemoteAnimationTarget[] targets, in startAnimation()
114 @NonNull RemoteAnimationTarget[] targets, in createAnimator()
165 @NonNull RemoteAnimationTarget[] targets) { in createAnimationAdapters()
182 @NonNull RemoteAnimationTarget[] targets) { in createOpenAnimationAdapters()
208 for (RemoteAnimationTarget target : targets) { in createOpenCloseAnimationAdapters()
245 @NonNull RemoteAnimationTarget target, in createOpenCloseAnimationAdapter()
[all …]
H A DTaskFragmentAnimationAdapter.java21 import static android.view.RemoteAnimationTarget.MODE_CLOSING;
26 import android.view.RemoteAnimationTarget;
48 final RemoteAnimationTarget mTarget;
77 @NonNull RemoteAnimationTarget target) { in TaskFragmentAnimationAdapter()
87 @NonNull RemoteAnimationTarget target, @NonNull SurfaceControl leash, in TaskFragmentAnimationAdapter()
179 SnapshotAdapter(@NonNull Animation animation, @NonNull RemoteAnimationTarget target) { in SnapshotAdapter()
198 BoundsChangeAdapter(@NonNull Animation animation, @NonNull RemoteAnimationTarget target) { in BoundsChangeAdapter()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DLegacyTransitions.java24 import android.view.RemoteAnimationTarget;
44 void onAnimationStart(int transit, RemoteAnimationTarget[] apps, in onAnimationStart()
45 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in onAnimationStart()
59 private RemoteAnimationTarget[] mApps;
60 private RemoteAnimationTarget[] mWallpapers;
61 private RemoteAnimationTarget[] mNonApps;
98 public void onAnimationStart(int transit, RemoteAnimationTarget[] apps, in onAnimationStart()
99 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in onAnimationStart()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationTargetCompat.java20 import android.view.RemoteAnimationTarget;
41 public static RemoteAnimationTarget[] wrapApps(TransitionInfo info, in wrapApps()
54 public static RemoteAnimationTarget[] wrapNonApps(TransitionInfo info, boolean wallpapers, in wrapNonApps()
60 private static RemoteAnimationTarget[] wrap(TransitionInfo info, in wrap()
63 final ArrayList<RemoteAnimationTarget> out = new ArrayList<>(); in wrap()
72 return out.toArray(new RemoteAnimationTarget[out.size()]); in wrap()
H A DRecentsAnimationListener.java20 import android.view.RemoteAnimationTarget;
31 RemoteAnimationTarget[] apps, RemoteAnimationTarget[] wallpapers, in onAnimationStart()
43 void onTasksAppeared(RemoteAnimationTarget[] app); in onTasksAppeared()
H A DRemoteAnimationRunnerCompat.java33 import android.view.RemoteAnimationTarget;
47 RemoteAnimationTarget[] apps, RemoteAnimationTarget[] wallpapers, in onAnimationStart()
48 RemoteAnimationTarget[] nonApps, Runnable finishedCallback); in onAnimationStart()
52 RemoteAnimationTarget[] apps, in onAnimationStart()
53 RemoteAnimationTarget[] wallpapers, in onAnimationStart()
54 RemoteAnimationTarget[] nonApps, in onAnimationStart()
81 final RemoteAnimationTarget[] apps = in wrap()
83 final RemoteAnimationTarget[] wallpapers = in wrap()
86 final RemoteAnimationTarget[] nonApps = in wrap()
/aosp14/frameworks/base/core/java/android/window/
H A DIBackAnimationRunner.aidl19 import android.view.RemoteAnimationTarget;
47 in RemoteAnimationTarget[] apps, in onAnimationStart()
48 in RemoteAnimationTarget[] wallpapers, in onAnimationStart()
49 in RemoteAnimationTarget[] nonApps, in onAnimationStart()
H A DBackMotionEvent.java24 import android.view.RemoteAnimationTarget;
43 private final RemoteAnimationTarget mDepartingAnimationTarget;
68 @Nullable RemoteAnimationTarget departingAnimationTarget) { in BackMotionEvent()
85 mDepartingAnimationTarget = in.readTypedObject(RemoteAnimationTarget.CREATOR); in BackMotionEvent()
173 public RemoteAnimationTarget getDepartingAnimationTarget() { in getDepartingAnimationTarget()
/aosp14/frameworks/base/core/java/android/view/
H A DIRemoteAnimationRunner.aidl19 import android.view.RemoteAnimationTarget;
40 void onAnimationStart(int transit, in RemoteAnimationTarget[] apps, in onAnimationStart()
41 in RemoteAnimationTarget[] wallpapers, in RemoteAnimationTarget[] nonApps, in onAnimationStart()
H A DIRecentsAnimationRunner.aidl21 import android.view.RemoteAnimationTarget;
59 in RemoteAnimationTarget[] apps, in RemoteAnimationTarget[] wallpapers, in onAnimationStart()
66 void onTasksAppeared(in RemoteAnimationTarget[] app) = 3;
H A DRemoteAnimationTarget.java60 public class RemoteAnimationTarget implements Parcelable { class
253 public RemoteAnimationTarget(int taskId, int mode, SurfaceControl leash, boolean isTranslucent, in RemoteAnimationTarget() method in RemoteAnimationTarget
265 public RemoteAnimationTarget(int taskId, int mode, SurfaceControl leash, boolean isTranslucent, in RemoteAnimationTarget() method in RemoteAnimationTarget
295 public RemoteAnimationTarget(Parcel in) { in RemoteAnimationTarget() method in RemoteAnimationTarget
427 public static final @android.annotation.NonNull Creator<RemoteAnimationTarget> CREATOR
428 = new Creator<RemoteAnimationTarget>() {
429 public RemoteAnimationTarget createFromParcel(Parcel in) {
430 return new RemoteAnimationTarget(in);
433 public RemoteAnimationTarget[] newArray(int size) {
434 return new RemoteAnimationTarget[size];
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DRemoteAnimationDelegate.kt5 import android.view.RemoteAnimationTarget
22 apps: Array<out RemoteAnimationTarget>?,
23 wallpapers: Array<out RemoteAnimationTarget>?,
24 nonApps: Array<out RemoteAnimationTarget>?,
H A DActivityLaunchAnimator.kt35 import android.view.RemoteAnimationTarget
509 apps: Array<out RemoteAnimationTarget>?,
511 nonApps: Array<out RemoteAnimationTarget>?,
601 apps: Array<out RemoteAnimationTarget>?,
603 nonApps: Array<out RemoteAnimationTarget>?,
625 apps: Array<out RemoteAnimationTarget>?
626 ): RemoteAnimationTarget? {
645 apps: Array<out RemoteAnimationTarget>?,
646 nonApps: Array<out RemoteAnimationTarget>?,
763 window: RemoteAnimationTarget,
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWallpaperAnimationAdapter.java27 import android.view.RemoteAnimationTarget;
52 private RemoteAnimationTarget mTarget;
68 public static RemoteAnimationTarget[] startWallpaperAnimations(DisplayContent displayContent, in startWallpaperAnimations()
75 return new RemoteAnimationTarget[0]; in startWallpaperAnimations()
77 final ArrayList<RemoteAnimationTarget> targets = new ArrayList<>(); in startWallpaperAnimations()
87 return targets.toArray(new RemoteAnimationTarget[targets.size()]); in startWallpaperAnimations()
97 RemoteAnimationTarget createRemoteAnimationTarget() { in createRemoteAnimationTarget()
98 mTarget = new RemoteAnimationTarget(-1, -1, getLeash(), false, null, null, in createRemoteAnimationTarget()
H A DNonAppWindowAnimationAdapter.java34 import android.view.RemoteAnimationTarget;
47 private RemoteAnimationTarget mTarget;
67 static RemoteAnimationTarget[] startNonAppWindowAnimations(WindowManagerService service, in startNonAppWindowAnimations()
71 final ArrayList<RemoteAnimationTarget> targets = new ArrayList<>(); in startNonAppWindowAnimations()
80 return targets.toArray(new RemoteAnimationTarget[targets.size()]); in startNonAppWindowAnimations()
105 ArrayList<RemoteAnimationTarget> targets, in startNonAppWindowAnimationsForKeyguardExit()
131 ArrayList<RemoteAnimationTarget> targets, in startNavigationBarWindowAnimation()
145 RemoteAnimationTarget createRemoteAnimationTarget() { in createRemoteAnimationTarget()
146 mTarget = new RemoteAnimationTarget(-1, -1, getLeash(), false, in createRemoteAnimationTarget()
H A DRemoteAnimationController.java41 import android.view.RemoteAnimationTarget;
169 final RemoteAnimationTarget[] appTargets = createAppAnimations(); in goodToGo()
244 private RemoteAnimationTarget[] createAppAnimations() { in createAppAnimations()
246 final ArrayList<RemoteAnimationTarget> targets = new ArrayList<>(); in createAppAnimations()
275 return targets.toArray(new RemoteAnimationTarget[targets.size()]); in createAppAnimations()
278 private RemoteAnimationTarget[] createWallpaperAnimations() { in createWallpaperAnimations()
291 private RemoteAnimationTarget[] createNonAppWindowAnimations(
462 RemoteAnimationTarget mTarget;
467 private @RemoteAnimationTarget.Mode int mMode = RemoteAnimationTarget.MODE_CHANGING;
497 RemoteAnimationTarget createRemoteAnimationTarget() {
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/
H A DCustomizeActivityAnimationTest.java41 import android.view.RemoteAnimationTarget;
81 RemoteAnimationTarget createAnimationTarget(boolean open) { in createAnimationTarget()
83 return new RemoteAnimationTarget(1, in createAnimationTarget()
84 open ? RemoteAnimationTarget.MODE_OPENING : RemoteAnimationTarget.MODE_CLOSING, in createAnimationTarget()
100 final RemoteAnimationTarget close = createAnimationTarget(false); in receiveFinishAfterInvoke()
101 final RemoteAnimationTarget open = createAnimationTarget(true); in receiveFinishAfterInvoke()
106 new RemoteAnimationTarget[]{close, open}, null, null, finishCallback); in receiveFinishAfterInvoke()
131 final RemoteAnimationTarget close = createAnimationTarget(false); in receiveFinishAfterCancel()
132 final RemoteAnimationTarget open = createAnimationTarget(true); in receiveFinishAfterCancel()
137 new RemoteAnimationTarget[]{close, open}, null, null, finishCallback); in receiveFinishAfterCancel()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/system/
H A DRemoteTransitionTest.java21 import static android.view.RemoteAnimationTarget.MODE_CHANGING;
22 import static android.view.RemoteAnimationTarget.MODE_CLOSING;
23 import static android.view.RemoteAnimationTarget.MODE_OPENING;
44 import android.view.RemoteAnimationTarget;
82 RemoteAnimationTarget[] wrapped = RemoteAnimationTargetCompat.wrapApps(combined, in testLegacyTargetExtract()
87 for (RemoteAnimationTarget t : wrapped) { in testLegacyTargetExtract()
100 RemoteAnimationTarget[] wallps = RemoteAnimationTargetCompat.wrapNonApps(combined, in testLegacyTargetExtract()
107 RemoteAnimationTarget[] nonApps = RemoteAnimationTargetCompat.wrapNonApps(combined, in testLegacyTargetExtract()
124 RemoteAnimationTarget wrapped = TransitionUtil.newTarget(
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
H A DBackAnimationRunner.java26 import android.view.RemoteAnimationTarget;
67 void startAnimation(RemoteAnimationTarget[] apps, RemoteAnimationTarget[] wallpapers, in startAnimation()
68 RemoteAnimationTarget[] nonApps, Runnable finishedCallback) { in startAnimation()
H A DCrossTaskBackAnimation.java19 import static android.view.RemoteAnimationTarget.MODE_CLOSING;
20 import static android.view.RemoteAnimationTarget.MODE_OPENING;
37 import android.view.RemoteAnimationTarget;
108 private RemoteAnimationTarget mEnteringTarget;
109 private RemoteAnimationTarget mClosingTarget;
347 public void onAnimationStart(int transit, RemoteAnimationTarget[] apps, in onAnimationStart()
348 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in onAnimationStart()
351 for (RemoteAnimationTarget a : apps) { in onAnimationStart()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/
H A DTransitionUtil.java20 import static android.view.RemoteAnimationTarget.MODE_CHANGING;
21 import static android.view.RemoteAnimationTarget.MODE_CLOSING;
22 import static android.view.RemoteAnimationTarget.MODE_OPENING;
47 import android.view.RemoteAnimationTarget;
246 public static RemoteAnimationTarget newTarget(TransitionInfo.Change change, int order, in newTarget()
255 public static RemoteAnimationTarget newTarget(TransitionInfo.Change change, int order, in newTarget()
268 public static RemoteAnimationTarget newTarget(TransitionInfo.Change change, int order, in newTarget()
276 public static RemoteAnimationTarget newTarget(TransitionInfo.Change change, int order, in newTarget()
301 RemoteAnimationTarget target = new RemoteAnimationTarget( in newTarget()
330 private static RemoteAnimationTarget getDividerTarget(TransitionInfo.Change change, in getDividerTarget()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
H A DClipboardTransitionExecutor.kt29 import android.view.RemoteAnimationTarget
79 apps: Array<RemoteAnimationTarget>,
80 wallpapers: Array<RemoteAnimationTarget>,
81 nonApps: Array<RemoteAnimationTarget>,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DWindowManagerLockscreenVisibilityManager.kt22 import android.view.RemoteAnimationTarget
133 apps: Array<RemoteAnimationTarget>,
134 wallpapers: Array<RemoteAnimationTarget>,
135 nonApps: Array<RemoteAnimationTarget>,

123