Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIApplicationThread.aidl132 void scheduleEnterAnimationComplete(IBinder token); in scheduleEnterAnimationComplete() method
DActivityThread.java1638 public void scheduleEnterAnimationComplete(IBinder token) { in scheduleEnterAnimationComplete() method in ActivityThread.ApplicationThread
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java584 public void scheduleEnterAnimationComplete(IBinder iBinder) throws RemoteException { in scheduleEnterAnimationComplete() method in TransactionParcelTests.StubAppThread