Searched refs:handleSplashScreenExit (Results 1 – 4 of 4) sorted by relevance
54 public void activityResumed(IBinder token, boolean handleSplashScreenExit) { in activityResumed() argument56 getActivityClientController().activityResumed(token, handleSplashScreenExit); in activityResumed()
41 oneway void activityResumed(in IBinder token, in boolean handleSplashScreenExit); in activityResumed() argument
183 public void activityResumed(IBinder token, boolean handleSplashScreenExit) { in activityResumed() argument186 ActivityRecord.activityResumedLocked(token, handleSplashScreenExit); in activityResumed()
6257 static void activityResumedLocked(IBinder token, boolean handleSplashScreenExit) { in activityResumedLocked() argument6265 r.setCustomizeSplashScreenExitAnimation(handleSplashScreenExit); in activityResumedLocked()