Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIActivityManager.aidl420 void notifyEnterAnimationComplete(in IBinder token); in notifyEnterAnimationComplete() method
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java958 mActivityManager.notifyEnterAnimationComplete(atoken.token);
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java7338 public final void notifyEnterAnimationComplete(IBinder token) { in notifyEnterAnimationComplete() method in ActivityManagerService