Home
last modified time | relevance | path

Searched refs:IRemoteAnimationFinishedCallback (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DLegacyTransitions.java21 import android.view.IRemoteAnimationFinishedCallback;
46 IRemoteAnimationFinishedCallback finishedCallback, SurfaceControl.Transaction t); in onAnimationStart()
62 private IRemoteAnimationFinishedCallback mFinishCallback = null;
100 IRemoteAnimationFinishedCallback finishedCallback) throws RemoteException { in onAnimationStart()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRemoteAnimationControllerTest.java58 import android.view.IRemoteAnimationFinishedCallback;
136 final ArgumentCaptor<IRemoteAnimationFinishedCallback> finishedCaptor = in testRun()
137 ArgumentCaptor.forClass(IRemoteAnimationFinishedCallback.class); in testRun()
255 final ArgumentCaptor<IRemoteAnimationFinishedCallback> finishedCaptor = in testOneNotStarted()
256 ArgumentCaptor.forClass(IRemoteAnimationFinishedCallback.class); in testOneNotStarted()
327 final ArgumentCaptor<IRemoteAnimationFinishedCallback> finishedCaptor = in testChangeToSmallerSize()
381 final ArgumentCaptor<IRemoteAnimationFinishedCallback> finishedCaptor = in testChangeTolargerSize()
435 final ArgumentCaptor<IRemoteAnimationFinishedCallback> finishedCaptor = in testChangeToDifferentPosition()
489 final ArgumentCaptor<IRemoteAnimationFinishedCallback> finishedCaptor = in testWallpaperIncluded_expectTarget()
626 final ArgumentCaptor<IRemoteAnimationFinishedCallback> finishedCaptor = in testNonAppTarget_sendNavBar()
[all …]
H A DAppChangeTransitionTests.java34 import android.view.IRemoteAnimationFinishedCallback;
78 IRemoteAnimationFinishedCallback finishedCallback) { in onAnimationStart()
H A DAppTransitionTests.java59 import android.view.IRemoteAnimationFinishedCallback;
465 IRemoteAnimationFinishedCallback finishedCallback) throws RemoteException { in onAnimationStart()
H A DAppTransitionControllerTest.java56 import android.view.IRemoteAnimationFinishedCallback;
685 IRemoteAnimationFinishedCallback finishedCallback) throws RemoteException { in onAnimationStart()
H A DWindowContainerTests.java67 import android.view.IRemoteAnimationFinishedCallback;
933 IRemoteAnimationFinishedCallback finishedCallback) { in verifyWindowContainerApplyAnimation()
H A DActivityRecordTests.java128 import android.view.IRemoteAnimationFinishedCallback;
766 IRemoteAnimationFinishedCallback finishedCallback) { in testTakeOptions()
/aosp12/frameworks/base/core/java/android/view/
H A DIRemoteAnimationRunner.aidl20 import android.view.IRemoteAnimationFinishedCallback;
42 in IRemoteAnimationFinishedCallback finishedCallback); in onAnimationStart()
H A DIRemoteAnimationFinishedCallback.aidl25 interface IRemoteAnimationFinishedCallback { interface
H A DIRecentsAnimationController.aidl20 import android.view.IRemoteAnimationFinishedCallback;
/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationRunner.java36 import android.view.IRemoteAnimationFinishedCallback;
73 @NonNull IRemoteAnimationFinishedCallback finishedCallback) { in onAnimationStart()
95 @NonNull IRemoteAnimationFinishedCallback finishedCallback) { in startAnimation()
116 @NonNull IRemoteAnimationFinishedCallback finishedCallback) { in createAnimator()
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DActivityLaunchAnimator.kt30 import android.view.IRemoteAnimationFinishedCallback
322 iCallback: IRemoteAnimationFinishedCallback?
347 iCallback: IRemoteAnimationFinishedCallback?
530 private fun IRemoteAnimationFinishedCallback.invoke() { regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardService.java60 import android.view.IRemoteAnimationFinishedCallback;
210 new IRemoteAnimationFinishedCallback.Stub() { in wrap()
343 IRemoteAnimationFinishedCallback finishedCallback) {
364 IRemoteAnimationFinishedCallback finishedCallback) {
H A DKeyguardViewMediator.java75 import android.view.IRemoteAnimationFinishedCallback;
466 private IRemoteAnimationFinishedCallback mSurfaceBehindRemoteAnimationFinishedCallback;
2210 RemoteAnimationTarget[] nonApps, IRemoteAnimationFinishedCallback finishedCallback) { in handleStartKeyguardExitAnimation()
2255 IRemoteAnimationFinishedCallback callback = in handleStartKeyguardExitAnimation()
2256 new IRemoteAnimationFinishedCallback() { in handleStartKeyguardExitAnimation()
2721 IRemoteAnimationFinishedCallback finishedCallback) { in startKeyguardExitAnimation()
2739 RemoteAnimationTarget[] nonApps, IRemoteAnimationFinishedCallback finishedCallback) { in startKeyguardExitAnimation()
2857 IRemoteAnimationFinishedCallback mFinishedCallback;
2863 IRemoteAnimationFinishedCallback finishedCallback) { in StartKeyguardExitAnimParams()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerInternal.java30 import android.view.IRemoteAnimationFinishedCallback;
248 IRemoteAnimationFinishedCallback finishedCallback); in onAnimationStart()
H A DRemoteAnimationController.java35 import android.view.IRemoteAnimationFinishedCallback;
348 private static final class FinishedCallback extends IRemoteAnimationFinishedCallback.Stub {
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DActivityLaunchAnimatorTest.kt14 import android.view.IRemoteAnimationFinishedCallback
52 @Mock lateinit var iCallback: IRemoteAnimationFinishedCallback
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationAdapterCompat.java34 import android.view.IRemoteAnimationFinishedCallback;
85 final IRemoteAnimationFinishedCallback finishedCallback) { in wrapRemoteAnimationRunner()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/stagesplit/
H A DSplitScreenController.java41 import android.view.IRemoteAnimationFinishedCallback;
254 IRemoteAnimationFinishedCallback finishedCallback, in startIntentLegacy()
H A DStageCoordinator.java65 import android.view.IRemoteAnimationFinishedCallback;
330 final IRemoteAnimationFinishedCallback finishedCallback) { in startTasksWithLegacyTransition()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSplitScreenController.java43 import android.view.IRemoteAnimationFinishedCallback;
334 IRemoteAnimationFinishedCallback finishedCallback, in startIntentLegacy()
H A DStageCoordinator.java68 import android.view.IRemoteAnimationFinishedCallback;
384 final IRemoteAnimationFinishedCallback finishedCallback) { in startTasksWithLegacyTransition()
393 IRemoteAnimationFinishedCallback wrapCallback = in startTasksWithLegacyTransition()
394 new IRemoteAnimationFinishedCallback.Stub() { in startTasksWithLegacyTransition()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotController.java66 import android.view.IRemoteAnimationFinishedCallback;
129 final IRemoteAnimationFinishedCallback finishedCallback) {
/aosp12/system/tools/aidl/
H A Dhiddenapi-greylist435 "android.view.IRemoteAnimationFinishedCallback",
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes7424 android.view.IRemoteAnimationFinishedCallback$Stub$Proxy
7425 android.view.IRemoteAnimationFinishedCallback$Stub
7426 android.view.IRemoteAnimationFinishedCallback

12