Home
last modified time | relevance | path

Searched refs:IRecentsAnimationRunner (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DRecentsAnimationControllerTest.java36 import android.view.IRecentsAnimationRunner;
56 @Mock IRecentsAnimationRunner mMockRunner;
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DRecentsAnimationTest.java41 import android.view.IRecentsAnimationRunner;
93 mService.startRecentsActivity(recentsIntent, null, mock(IRecentsAnimationRunner.class)); in testCancelAnimationOnStackOrderChange()
/frameworks/base/core/java/android/view/
DIRecentsAnimationRunner.aidl29 oneway interface IRecentsAnimationRunner { interface
/frameworks/base/services/core/java/com/android/server/am/
DRecentsAnimation.java43 import android.view.IRecentsAnimationRunner;
83 void startRecentsActivity(Intent intent, IRecentsAnimationRunner recentsAnimationRunner, in startRecentsActivity()
335 private void notifyAnimationCancelBeforeStart(IRecentsAnimationRunner recentsAnimationRunner) { in notifyAnimationCancelBeforeStart()
DActivityManagerService.java390 import android.view.IRecentsAnimationRunner;
5331 IRecentsAnimationRunner recentsAnimationRunner) { in startRecentsActivity()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DActivityManagerWrapper.java55 import android.view.IRecentsAnimationRunner;
218 IRecentsAnimationRunner runner = null; in startRecentsActivity()
220 runner = new IRecentsAnimationRunner.Stub() { in startRecentsActivity()
/frameworks/base/services/core/java/com/android/server/wm/
DRecentsAnimationController.java46 import android.view.IRecentsAnimationRunner;
82 private IRecentsAnimationRunner mRunner;
247 IRecentsAnimationRunner remoteAnimationRunner, RecentsAnimationCallbacks callbacks, in RecentsAnimationController()
DWindowManagerService.java198 import android.view.IRecentsAnimationRunner;
2715 IRecentsAnimationRunner recentsAnimationRunner, in initializeRecentsAnimation()
/frameworks/base/core/java/android/app/
DIActivityManager.aidl69 import android.view.IRecentsAnimationRunner;
452 in IRecentsAnimationRunner recentsAnimationRunner); in startRecentsActivity()
/frameworks/base/config/
Dhiddenapi-vendor-list.txt38 …y(Landroid/content/Intent;Landroid/app/IAssistDataReceiver;Landroid/view/IRecentsAnimationRunner;)V
534 Landroid/view/IRecentsAnimationRunner$Stub;-><init>()V
535 Landroid/view/IRecentsAnimationRunner;->onAnimationCanceled()V
536 Landroid/view/IRecentsAnimationRunner;->onAnimationStart(Landroid/view/IRecentsAnimationController;…
Dboot-image-profile.txt599 …y(Landroid/content/Intent;Landroid/app/IAssistDataReceiver;Landroid/view/IRecentsAnimationRunner;)V
6504 HPLandroid/view/IRecentsAnimationRunner$Stub$Proxy;->asBinder()Landroid/os/IBinder;
6505 HPLandroid/view/IRecentsAnimationRunner$Stub$Proxy;->onAnimationCanceled()V
6506 HPLandroid/view/IRecentsAnimationRunner$Stub$Proxy;->onAnimationStart(Landroid/view/IRecentsAnimati…
6507 HPLandroid/view/IRecentsAnimationRunner$Stub;-><init>()V
6508 HPLandroid/view/IRecentsAnimationRunner$Stub;->asBinder()Landroid/os/IBinder;
6509 HPLandroid/view/IRecentsAnimationRunner$Stub;->asInterface(Landroid/os/IBinder;)Landroid/view/IRece…
6510 HPLandroid/view/IRecentsAnimationRunner$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
6511 HPLandroid/view/IRecentsAnimationRunner;->onAnimationCanceled()V
6512 HPLandroid/view/IRecentsAnimationRunner;->onAnimationStart(Landroid/view/IRecentsAnimationControlle…
[all …]
/frameworks/base/
DAndroid.bp342 "core/java/android/view/IRecentsAnimationRunner.aidl",