Home
last modified time | relevance | path

Searched defs:shouldAnimateLaunch (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
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
DLegacyActivityStarterInternalImpl.kt629 private fun shouldAnimateLaunch( in <lambda>() method
649 override fun shouldAnimateLaunch(isActivityIntent: Boolean): Boolean { in <lambda>() method in com.android.systemui.statusbar.phone.LegacyActivityStarterInternalImpl
DActivityStarterImpl.kt378 override fun shouldAnimateLaunch(isActivityIntent: Boolean): Boolean { in shouldAnimateLaunch() method
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DActivityStarter.java164 boolean shouldAnimateLaunch(boolean isActivityIntent); in shouldAnimateLaunch() method