Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIActivityManager.java592 public void notifyEnterAnimationComplete(IBinder token) throws RemoteException; in notifyEnterAnimationComplete() method
DActivityManagerNative.java6657 public void notifyEnterAnimationComplete(IBinder token) throws RemoteException { in notifyEnterAnimationComplete() method in ActivityManagerProxy
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java6939 public final void notifyEnterAnimationComplete(IBinder token) { in notifyEnterAnimationComplete() method in ActivityManagerService