Home
last modified time | relevance | path

Searched refs:shouldAnimateLaunch (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyActivityStarterInternalImpl.kt124 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.LegacyActivityStarterInternalImpl
649 override fun shouldAnimateLaunch(isActivityIntent: Boolean): Boolean { in <lambda>() method in com.android.systemui.statusbar.phone.LegacyActivityStarterInternalImpl
650 return shouldAnimateLaunch(isActivityIntent, false) in <lambda>()
DActivityStarterInternal.kt89 fun shouldAnimateLaunch(isActivityIntent: Boolean): Boolean method
DActivityStarterInternalImpl.kt95 override fun shouldAnimateLaunch(isActivityIntent: Boolean): Boolean { in shouldAnimateLaunch() method in com.android.systemui.statusbar.phone.ActivityStarterInternalImpl
DActivityStarterImpl.kt378 override fun shouldAnimateLaunch(isActivityIntent: Boolean): Boolean { in shouldAnimateLaunch() method
379 return activityStarterInternal.shouldAnimateLaunch(isActivityIntent) in shouldAnimateLaunch()
DStatusBarNotificationActivityStarter.java293 && mActivityStarter.shouldAnimateLaunch(isActivityIntent); in performActionAfterKeyguardDismissed()
529 boolean animate = mActivityStarter.shouldAnimateLaunch(true /* isActivityIntent */); in startNotificationGutsIntent()
567 boolean animate = mActivityStarter.shouldAnimateLaunch(true /* isActivityIntent */); in startHistoryIntent()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DActivityStarter.java164 boolean shouldAnimateLaunch(boolean isActivityIntent); in shouldAnimateLaunch() method