Searched refs:handleSplashScreenExit (Results 1 – 4 of 4) sorted by relevance
51 public void activityResumed(IBinder token, boolean handleSplashScreenExit) { in activityResumed() argument53 getActivityClientController().activityResumed(token, handleSplashScreenExit); in activityResumed()
39 oneway void activityResumed(in IBinder token, in boolean handleSplashScreenExit); in activityResumed() argument
151 public void activityResumed(IBinder token, boolean handleSplashScreenExit) { in activityResumed() argument154 ActivityRecord.activityResumedLocked(token, handleSplashScreenExit); in activityResumed()
5628 static void activityResumedLocked(IBinder token, boolean handleSplashScreenExit) { in activityResumedLocked() argument5636 r.setCustomizeSplashScreenExitAnimation(handleSplashScreenExit); in activityResumedLocked()