Searched refs:shouldAnimateLaunch (Results 1 – 6 of 6) sorted by relevance
124 shouldAnimateLaunch(isActivityIntent = true) in <lambda>()258 shouldAnimateLaunch(intent.isActivity, actuallyShowOverLockscreen) in <lambda>()374 shouldAnimateLaunch(/* isActivityIntent= */ true, showOverLockscreenWhenLocked) in <lambda>()629 private fun shouldAnimateLaunch( in <lambda>() method in com.android.systemui.statusbar.phone.LegacyActivityStarterInternalImpl649 override fun shouldAnimateLaunch(isActivityIntent: Boolean): Boolean { in <lambda>() method in com.android.systemui.statusbar.phone.LegacyActivityStarterInternalImpl650 return shouldAnimateLaunch(isActivityIntent, false) in <lambda>()
89 fun shouldAnimateLaunch(isActivityIntent: Boolean): Boolean method
95 override fun shouldAnimateLaunch(isActivityIntent: Boolean): Boolean { in shouldAnimateLaunch() method in com.android.systemui.statusbar.phone.ActivityStarterInternalImpl
378 override fun shouldAnimateLaunch(isActivityIntent: Boolean): Boolean { in shouldAnimateLaunch() method379 return activityStarterInternal.shouldAnimateLaunch(isActivityIntent) in shouldAnimateLaunch()
293 && mActivityStarter.shouldAnimateLaunch(isActivityIntent); in performActionAfterKeyguardDismissed()529 boolean animate = mActivityStarter.shouldAnimateLaunch(true /* isActivityIntent */); in startNotificationGutsIntent()567 boolean animate = mActivityStarter.shouldAnimateLaunch(true /* isActivityIntent */); in startHistoryIntent()
164 boolean shouldAnimateLaunch(boolean isActivityIntent); in shouldAnimateLaunch() method