Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIApplicationThread.java149 void scheduleEnterAnimationComplete(IBinder token) throws RemoteException; in scheduleEnterAnimationComplete() method
DApplicationThreadNative.java1391 public void scheduleEnterAnimationComplete(IBinder token) throws RemoteException { in scheduleEnterAnimationComplete() method in ApplicationThreadProxy
DActivityThread.java1215 public void scheduleEnterAnimationComplete(IBinder token) { in scheduleEnterAnimationComplete() method in ActivityThread.ApplicationThread