Searched defs:shouldAnimateLaunch (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ | ||
D | ActivityStarterInternal.kt | 89 fun shouldAnimateLaunch(isActivityIntent: Boolean): Boolean method |
D | ActivityStarterInternalImpl.kt | 95 override fun shouldAnimateLaunch(isActivityIntent: Boolean): Boolean { in shouldAnimateLaunch() method in com.android.systemui.statusbar.phone.ActivityStarterInternalImpl |
D | LegacyActivityStarterInternalImpl.kt | 629 private fun shouldAnimateLaunch( in <lambda>() method |
D | ActivityStarterImpl.kt | 378 override fun shouldAnimateLaunch(isActivityIntent: Boolean): Boolean { in shouldAnimateLaunch() method |
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ | ||
D | ActivityStarter.java | 164 boolean shouldAnimateLaunch(boolean isActivityIntent); in shouldAnimateLaunch() method |