Home
last modified time | relevance | path

Searched defs:scheduleEnterAnimationComplete (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DIApplicationThread.aidl139 void scheduleEnterAnimationComplete(IBinder token); in scheduleEnterAnimationComplete() method
H A DActivityThread.java1766 public void scheduleEnterAnimationComplete(IBinder token) { in scheduleEnterAnimationComplete() method in ActivityThread.ApplicationThread
/aosp12/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
H A DTransactionParcelTests.java623 public void scheduleEnterAnimationComplete(IBinder iBinder) throws RemoteException { in scheduleEnterAnimationComplete() method in TransactionParcelTests.StubAppThread