Home
last modified time | relevance | path

Searched refs:scheduleEnterAnimationComplete (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DIApplicationThread.java157 void scheduleEnterAnimationComplete(IBinder token) throws RemoteException; in scheduleEnterAnimationComplete() method
DApplicationThreadNative.java700 scheduleEnterAnimationComplete(token); in onTransact()
1466 public void scheduleEnterAnimationComplete(IBinder token) throws RemoteException { in scheduleEnterAnimationComplete() method in ApplicationThreadProxy
DActivityThread.java1284 public void scheduleEnterAnimationComplete(IBinder token) { in scheduleEnterAnimationComplete() method in ActivityThread.ApplicationThread
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java2049 r.app.thread.scheduleEnterAnimationComplete(r.appToken); in handleMessage()