Home
last modified time | relevance | path

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

123

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRemoteAnimationControllerTest.java62 import android.view.RemoteAnimationTarget;
140 final ArgumentCaptor<RemoteAnimationTarget[]> appsCaptor = in testForwardsShowBackdrop()
141 ArgumentCaptor.forClass(RemoteAnimationTarget[].class); in testForwardsShowBackdrop()
142 final ArgumentCaptor<RemoteAnimationTarget[]> wallpapersCaptor = in testForwardsShowBackdrop()
143 ArgumentCaptor.forClass(RemoteAnimationTarget[].class); in testForwardsShowBackdrop()
144 final ArgumentCaptor<RemoteAnimationTarget[]> nonAppsCaptor = in testForwardsShowBackdrop()
145 ArgumentCaptor.forClass(RemoteAnimationTarget[].class); in testForwardsShowBackdrop()
152 final RemoteAnimationTarget app = appsCaptor.getValue()[0]; in testForwardsShowBackdrop()
172 final ArgumentCaptor<RemoteAnimationTarget[]> appsCaptor = in testRun()
173 ArgumentCaptor.forClass(RemoteAnimationTarget[].class); in testRun()
[all …]
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()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationRunner.java20 import static android.view.RemoteAnimationTarget.MODE_CHANGING;
21 import static android.view.RemoteAnimationTarget.MODE_CLOSING;
22 import static android.view.RemoteAnimationTarget.MODE_OPENING;
39 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()
[all …]
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()
DTaskFragmentAnimationSpec.java19 import static android.view.RemoteAnimationTarget.MODE_CLOSING;
28 import android.view.RemoteAnimationTarget;
80 static Animation createNoopAnimation(@NonNull RemoteAnimationTarget target) { in createNoopAnimation()
88 Animation createChangeBoundsOpenAnimation(@NonNull RemoteAnimationTarget target) { in createChangeBoundsOpenAnimation()
115 Animation createChangeBoundsCloseAnimation(@NonNull RemoteAnimationTarget target) { in createChangeBoundsCloseAnimation()
147 Animation[] createChangeBoundsChangeAnimations(@NonNull RemoteAnimationTarget target) { in createChangeBoundsChangeAnimations()
204 Animation loadOpenAnimation(@NonNull RemoteAnimationTarget target, in loadOpenAnimation()
229 Animation loadCloseAnimation(@NonNull RemoteAnimationTarget target, in loadCloseAnimation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DLegacyTransitions.java26 import android.view.RemoteAnimationTarget;
48 void onAnimationStart(int transit, RemoteAnimationTarget[] apps, in onAnimationStart()
49 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in onAnimationStart()
63 private RemoteAnimationTarget[] mApps;
64 private RemoteAnimationTarget[] mWallpapers;
65 private RemoteAnimationTarget[] mNonApps;
104 public void onAnimationStart(int transit, RemoteAnimationTarget[] apps, in onAnimationStart()
105 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in onAnimationStart()
/frameworks/base/core/java/android/window/
DIBackAnimationRunner.aidl19 import android.view.RemoteAnimationTarget;
47 in RemoteAnimationTarget[] apps, in onAnimationStart()
48 in RemoteAnimationTarget[] wallpapers, in onAnimationStart()
49 in RemoteAnimationTarget[] nonApps, in onAnimationStart()
DBackMotionEvent.java24 import android.view.RemoteAnimationTarget;
44 private final RemoteAnimationTarget mDepartingAnimationTarget;
71 @Nullable RemoteAnimationTarget departingAnimationTarget) { in BackMotionEvent()
90 mDepartingAnimationTarget = in.readTypedObject(RemoteAnimationTarget.CREATOR); in BackMotionEvent()
188 public RemoteAnimationTarget getDepartingAnimationTarget() { in getDepartingAnimationTarget()
/frameworks/base/core/java/android/view/
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()
DIRecentsAnimationRunner.aidl21 import android.view.RemoteAnimationTarget;
60 in RemoteAnimationTarget[] apps, in RemoteAnimationTarget[] wallpapers, in onAnimationStart()
67 void onTasksAppeared(in RemoteAnimationTarget[] app) = 3;
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];
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DRemoteAnimationTargetCompat.java20 import android.view.RemoteAnimationTarget;
41 public static RemoteAnimationTarget[] wrapApps(TransitionInfo info, in wrapApps()
62 public static RemoteAnimationTarget[] wrapNonApps(TransitionInfo info, boolean wallpapers, in wrapNonApps()
72 private static RemoteAnimationTarget[] wrap(TransitionInfo info,
75 final ArrayList<RemoteAnimationTarget> out = new ArrayList<>();
84 return out.toArray(new RemoteAnimationTarget[out.size()]);
DRemoteAnimationDelegate.kt5 import android.view.RemoteAnimationTarget
22 apps: Array<out RemoteAnimationTarget>?,
23 wallpapers: Array<out RemoteAnimationTarget>?,
24 nonApps: Array<out RemoteAnimationTarget>?,
DRemoteAnimationRunnerCompat.java33 import android.view.RemoteAnimationTarget;
48 RemoteAnimationTarget[] apps, RemoteAnimationTarget[] wallpapers, in onAnimationStart()
49 RemoteAnimationTarget[] nonApps, Runnable finishedCallback); in onAnimationStart()
53 RemoteAnimationTarget[] apps, in onAnimationStart()
54 RemoteAnimationTarget[] wallpapers, in onAnimationStart()
55 RemoteAnimationTarget[] nonApps, in onAnimationStart()
82 final RemoteAnimationTarget[] apps = in wrap()
84 final RemoteAnimationTarget[] wallpapers = in wrap()
87 final RemoteAnimationTarget[] nonApps = in wrap()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRecentsAnimationListener.java21 import android.view.RemoteAnimationTarget;
32 RemoteAnimationTarget[] apps, RemoteAnimationTarget[] wallpapers, in onAnimationStart()
44 void onTasksAppeared(RemoteAnimationTarget[] app); in onTasksAppeared()
/frameworks/base/services/core/java/com/android/server/wm/
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()
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()
DRemoteAnimationController.java41 import android.view.RemoteAnimationTarget;
169 final RemoteAnimationTarget[] appTargets = createAppAnimations(); in goodToGo()
188 final RemoteAnimationTarget[] wallpaperTargets = createWallpaperAnimations(); in goodToGo()
191 final RemoteAnimationTarget[] nonAppTargets = createNonAppWindowAnimations(transit); in goodToGo()
244 private RemoteAnimationTarget[] createAppAnimations() { in createAppAnimations()
246 final ArrayList<RemoteAnimationTarget> targets = new ArrayList<>(); in createAppAnimations()
249 final RemoteAnimationTarget target = wrappers.createRemoteAnimationTarget(); in createAppAnimations()
275 return targets.toArray(new RemoteAnimationTarget[targets.size()]); in createAppAnimations()
278 private RemoteAnimationTarget[] createWallpaperAnimations() { in createWallpaperAnimations()
291 private RemoteAnimationTarget[] createNonAppWindowAnimations(
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/system/
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;
83 RemoteAnimationTarget[] wrapped = RemoteAnimationTargetCompat.wrapApps(combined, in testLegacyTargetExtract()
88 for (RemoteAnimationTarget t : wrapped) { in testLegacyTargetExtract()
101 RemoteAnimationTarget[] wallps = RemoteAnimationTargetCompat.wrapNonApps(combined, in testLegacyTargetExtract()
108 RemoteAnimationTarget[] nonApps = RemoteAnimationTargetCompat.wrapNonApps(combined, in testLegacyTargetExtract()
125 RemoteAnimationTarget wrapped = TransitionUtil.newTarget(
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DBackAnimationRunner.java27 import android.view.RemoteAnimationTarget;
87 void startAnimation(RemoteAnimationTarget[] apps, RemoteAnimationTarget[] wallpapers, in startAnimation()
88 RemoteAnimationTarget[] nonApps, Runnable finishedCallback) { in startAnimation()
113 boolean shouldMonitorCUJ(RemoteAnimationTarget[] apps) { in shouldMonitorCUJ()
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/
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;
46 import android.view.RemoteAnimationTarget;
256 public static RemoteAnimationTarget newTarget(TransitionInfo.Change change, int order, in newTarget()
265 public static RemoteAnimationTarget newTarget(TransitionInfo.Change change, int order, in newTarget()
278 public static RemoteAnimationTarget newTarget(TransitionInfo.Change change, int order, in newTarget()
286 public static RemoteAnimationTarget newTarget(TransitionInfo.Change change, int order, in newTarget()
311 RemoteAnimationTarget target = new RemoteAnimationTarget( in newTarget()
340 private static RemoteAnimationTarget getDividerTarget(TransitionInfo.Change change, in getDividerTarget()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardTransitionExecutor.kt29 import android.view.RemoteAnimationTarget
79 apps: Array<RemoteAnimationTarget>, in onAnimationStart()
80 wallpapers: Array<RemoteAnimationTarget>, in onAnimationStart()
81 nonApps: Array<RemoteAnimationTarget>, in onAnimationStart()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DISplitScreen.aidl26 import android.view.RemoteAnimationTarget;
153 RemoteAnimationTarget[] onGoingToRecentsLegacy(in RemoteAnimationTarget[] appTargets) = 13;
160 RemoteAnimationTarget[] onStartingSplitLegacy(in RemoteAnimationTarget[] appTargets) = 14;
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DWindowManagerLockscreenVisibilityManager.kt22 import android.view.RemoteAnimationTarget
140 apps: Array<RemoteAnimationTarget>, in onKeyguardGoingAwayRemoteAnimationStart()
141 wallpapers: Array<RemoteAnimationTarget>, in onKeyguardGoingAwayRemoteAnimationStart()
142 nonApps: Array<RemoteAnimationTarget>, in onKeyguardGoingAwayRemoteAnimationStart()
DWindowManagerOcclusionManager.kt28 import android.view.RemoteAnimationTarget in <lambda>()
109 apps: Array<RemoteAnimationTarget>, in <lambda>()
110 wallpapers: Array<RemoteAnimationTarget>, in <lambda>()
111 nonApps: Array<RemoteAnimationTarget>, in <lambda>()
160 apps: Array<RemoteAnimationTarget>, in <lambda>()
161 wallpapers: Array<RemoteAnimationTarget>, in <lambda>()
162 nonApps: Array<RemoteAnimationTarget>, in <lambda>()

123