Home
last modified time | relevance | path

Searched refs:IRemoteAnimationRunner (Results 1 – 25 of 34) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/view/
H A DRemoteAnimationAdapter.java53 private final IRemoteAnimationRunner mRunner;
74 public RemoteAnimationAdapter(IRemoteAnimationRunner runner, long duration, in RemoteAnimationAdapter()
83 public RemoteAnimationAdapter(IRemoteAnimationRunner runner, long duration, in RemoteAnimationAdapter()
89 public RemoteAnimationAdapter(IRemoteAnimationRunner runner, long duration, in RemoteAnimationAdapter()
96 mRunner = IRemoteAnimationRunner.Stub.asInterface(in.readStrongBinder()); in RemoteAnimationAdapter()
103 public IRemoteAnimationRunner getRunner() { in getRunner()
H A DIRemoteAnimationRunner.aidl28 oneway interface IRemoteAnimationRunner { interface
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
H A DBackAnimationRunner.java25 import android.view.IRemoteAnimationRunner;
39 private final IRemoteAnimationRunner mRunner;
48 @NonNull IRemoteAnimationRunner runner) { in BackAnimationRunner()
54 IRemoteAnimationRunner getRunner() { in getRunner()
H A DIBackAnimation.aidl20 import android.view.IRemoteAnimationRunner;
32 in IRemoteAnimationRunner runner); in setBackToLauncherCallback()
H A DCrossTaskBackAnimation.java36 import android.view.IRemoteAnimationRunner;
345 private final class Runner extends IRemoteAnimationRunner.Default {
H A DCustomizeActivityAnimation.java37 import android.view.IRemoteAnimationRunner;
299 private final class Runner extends IRemoteAnimationRunner.Default {
H A DCrossActivityAnimation.java38 import android.view.IRemoteAnimationRunner;
392 private final class Runner extends IRemoteAnimationRunner.Default {
H A DBackAnimationController.java47 import android.view.IRemoteAnimationRunner;
329 IRemoteAnimationRunner runner) { in setBackToLauncherCallback()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
H A DClipboardTransitionExecutor.kt27 import android.view.IRemoteAnimationRunner
75 private val NULL_ACTIVITY_TRANSITION: IRemoteAnimationRunner.Stub =
76 object : IRemoteAnimationRunner.Stub() {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DActionIntentExecutor.kt27 import android.view.IRemoteAnimationRunner
146 private val SCREENSHOT_REMOTE_RUNNER: IRemoteAnimationRunner.Stub =
147 object : IRemoteAnimationRunner.Stub() {
H A DScreenshotController.java71 import android.view.IRemoteAnimationRunner;
136 static final IRemoteAnimationRunner.Stub SCREENSHOT_REMOTE_RUNNER =
137 new IRemoteAnimationRunner.Stub() {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DLegacyTransitions.java22 import android.view.IRemoteAnimationRunner;
96 private class RemoteAnimationWrapper extends IRemoteAnimationRunner.Stub {
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DAppChangeTransitionTests.java35 import android.view.IRemoteAnimationRunner;
72 class TestRemoteAnimationRunner implements IRemoteAnimationRunner {
H A DAppTransitionTests.java66 import android.view.IRemoteAnimationRunner;
541 private class TestRemoteAnimationRunner implements IRemoteAnimationRunner {
H A DRemoteAnimationControllerTest.java60 import android.view.IRemoteAnimationRunner;
100 IRemoteAnimationRunner mMockRunner;
H A DAppTransitionControllerTest.java68 import android.view.IRemoteAnimationRunner;
727 static class TestRemoteAnimationRunner implements IRemoteAnimationRunner {
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationRunnerCompat.java32 import android.view.IRemoteAnimationRunner;
43 public abstract class RemoteAnimationRunnerCompat extends IRemoteAnimationRunner.Stub {
72 public static IRemoteTransition.Stub wrap(IRemoteAnimationRunner runner) { in wrap()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java91 import android.view.IRemoteAnimationRunner;
573 private IRemoteAnimationRunner mKeyguardExitAnimationRunner;
1033 new IRemoteAnimationRunner.Stub() {
1058 private final IRemoteAnimationRunner mOccludeAnimationRunner =
1062 new IRemoteAnimationRunner.Stub() {
1165 new IRemoteAnimationRunner.Stub() {
2081 public IRemoteAnimationRunner getExitAnimationRunner() {
2085 public IRemoteAnimationRunner getOccludeAnimationRunner() {
2093 public IRemoteAnimationRunner getUnoccludeAnimationRunner() {
3869 private IRemoteAnimationRunner validatingRemoteAnimationRunner(IRemoteAnimationRunner wrapped) {
[all …]
H A DKeyguardService.java57 import android.view.IRemoteAnimationRunner;
200 final IRemoteAnimationRunner runner, final boolean lockscreenLiveWallpaperEnabled) { in wrap()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationRunner.java38 import android.view.IRemoteAnimationRunner;
52 class TaskFragmentAnimationRunner extends IRemoteAnimationRunner.Stub {
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DActivityLaunchAnimator.kt33 import android.view.IRemoteAnimationRunner
339 fun hideKeyguardWithAnimation(runner: IRemoteAnimationRunner) {
487 ) : IRemoteAnimationRunner.Stub() {
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/
H A DBackAnimationControllerTest.java49 import android.view.IRemoteAnimationRunner;
107 private IRemoteAnimationRunner mBackAnimationRunner;
486 final IRemoteAnimationRunner runner = spy(animationRunner.getRunner()); in verifySystemBackBehavior()
/aosp14/frameworks/base/core/java/android/app/
H A DIActivityTaskManager.aidl72 import android.view.IRemoteAnimationRunner;
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSplitScreenController.java57 import android.view.IRemoteAnimationRunner;
520 IRemoteAnimationRunner wrapper = new IRemoteAnimationRunner.Stub() { in startTask()
H A DStageCoordinator.java102 import android.view.IRemoteAnimationRunner;
499 IRemoteAnimationRunner wrapper = new IRemoteAnimationRunner.Stub() { in startShortcut()
1025 IRemoteAnimationRunner wrapper = new IRemoteAnimationRunner.Stub() { in wrapAsSplitRemoteAnimation()

12