Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIActivityManager.java499 public void notifyEnterAnimationComplete(IBinder token) throws RemoteException; in notifyEnterAnimationComplete() method
DActivityManagerNative.java2499 notifyEnterAnimationComplete(token); in onTransact()
5841 public void notifyEnterAnimationComplete(IBinder token) throws RemoteException { in notifyEnterAnimationComplete() method in ActivityManagerProxy
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java857 mActivityManager.notifyEnterAnimationComplete(atoken.token);
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java6504 public final void notifyEnterAnimationComplete(IBinder token) { in notifyEnterAnimationComplete() method in ActivityManagerService