Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/view/
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()
DIRemoteAnimationRunner.aidl28 oneway interface IRemoteAnimationRunner { interface
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DBackAnimationRunner.java26 import android.view.IRemoteAnimationRunner;
45 private final IRemoteAnimationRunner mRunner;
57 @NonNull IRemoteAnimationRunner runner, in BackAnimationRunner()
68 @NonNull IRemoteAnimationRunner runner, in BackAnimationRunner()
74 IRemoteAnimationRunner getRunner() { in getRunner()
DIBackAnimation.aidl20 import android.view.IRemoteAnimationRunner;
32 in IRemoteAnimationRunner runner); in setBackToLauncherCallback()
DCrossTaskBackAnimation.java40 import android.view.IRemoteAnimationRunner;
373 private final class Runner extends IRemoteAnimationRunner.Default {
DCrossActivityBackAnimation.kt34 import android.view.IRemoteAnimationRunner in <lambda>()
515 private inner class Runner : IRemoteAnimationRunner.Default() { in <lambda>()
DBackAnimationController.java45 import android.view.IRemoteAnimationRunner;
372 IRemoteAnimationRunner runner) { in setBackToLauncherCallback()
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardTransitionExecutor.kt27 import android.view.IRemoteAnimationRunner
75 private val NULL_ACTIVITY_TRANSITION: IRemoteAnimationRunner.Stub =
76 object : IRemoteAnimationRunner.Stub() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DWindowManagerOcclusionManager.kt27 import android.view.IRemoteAnimationRunner in <lambda>()
105 val occludeAnimationRunner: IRemoteAnimationRunner = in <lambda>()
106 object : IRemoteAnimationRunner.Stub() { in <lambda>()
152 val unoccludeAnimationRunner: IRemoteAnimationRunner = in <lambda>()
153 object : IRemoteAnimationRunner.Stub() { in <lambda>()
DKeyguardViewMediator.java95 import android.view.IRemoteAnimationRunner;
583 private IRemoteAnimationRunner mKeyguardExitAnimationRunner;
1066 private final IRemoteAnimationRunner.Stub mExitAnimationRunner =
1067 new IRemoteAnimationRunner.Stub() {
1099 private final IRemoteAnimationRunner.Stub mAppearAnimationRunner =
1100 new IRemoteAnimationRunner.Stub() {
1119 private final IRemoteAnimationRunner mOccludeAnimationRunner =
1122 private final IRemoteAnimationRunner mOccludeByDreamAnimationRunner =
1123 new IRemoteAnimationRunner.Stub() {
1223 private final IRemoteAnimationRunner mUnoccludeAnimationRunner =
[all …]
DKeyguardService.java59 import android.view.IRemoteAnimationRunner;
204 final IRemoteAnimationRunner runner) { in wrap()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DActionIntentExecutor.kt29 import android.view.IRemoteAnimationRunner
149 private val SCREENSHOT_REMOTE_RUNNER: IRemoteAnimationRunner.Stub =
150 object : IRemoteAnimationRunner.Stub() {
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DLegacyTransitions.java24 import android.view.IRemoteAnimationRunner;
102 private class RemoteAnimationWrapper extends IRemoteAnimationRunner.Stub {
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppChangeTransitionTests.java35 import android.view.IRemoteAnimationRunner;
72 class TestRemoteAnimationRunner implements IRemoteAnimationRunner {
DAppTransitionTests.java66 import android.view.IRemoteAnimationRunner;
541 private class TestRemoteAnimationRunner implements IRemoteAnimationRunner {
DRemoteAnimationControllerTest.java60 import android.view.IRemoteAnimationRunner;
100 IRemoteAnimationRunner mMockRunner;
DAppTransitionControllerTest.java68 import android.view.IRemoteAnimationRunner;
727 static class TestRemoteAnimationRunner implements IRemoteAnimationRunner {
DWindowContainerTests.java82 import android.view.IRemoteAnimationRunner;
1112 new IRemoteAnimationRunner.Stub() { in verifyWindowContainerApplyAnimation()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DRemoteAnimationRunnerCompat.java32 import android.view.IRemoteAnimationRunner;
44 public abstract class RemoteAnimationRunnerCompat extends IRemoteAnimationRunner.Stub {
73 public static RemoteTransitionStub wrap(IRemoteAnimationRunner runner) { in wrap()
DActivityTransitionAnimator.kt36 import android.view.IRemoteAnimationRunner
458 fun hideKeyguardWithAnimation(runner: IRemoteAnimationRunner) { in startPendingIntent()
727 ) : IRemoteAnimationRunner.Stub() {
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationRunner.java38 import android.view.IRemoteAnimationRunner;
52 class TaskFragmentAnimationRunner extends IRemoteAnimationRunner.Stub {
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/
DBackAnimationControllerTest.java49 import android.view.IRemoteAnimationRunner;
104 private IRemoteAnimationRunner mBackAnimationRunner;
607 final IRemoteAnimationRunner runner = spy(animationRunner.getRunner()); in verifySystemBackBehavior()
/frameworks/base/core/java/android/app/
DIActivityTaskManager.aidl72 import android.view.IRemoteAnimationRunner;
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreenController.java59 import android.view.IRemoteAnimationRunner;
531 IRemoteAnimationRunner wrapper = new IRemoteAnimationRunner.Stub() { in startTask()
DStageCoordinator.java106 import android.view.IRemoteAnimationRunner;
538 IRemoteAnimationRunner wrapper = new IRemoteAnimationRunner.Stub() { in startShortcut()
1191 IRemoteAnimationRunner wrapper = new IRemoteAnimationRunner.Stub() { in wrapAsSplitRemoteAnimation()

12