Home
last modified time | relevance | path

Searched defs:launchContainer (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DActivityLaunchAnimatorTest.kt48 private val launchContainer = LinearLayout(mContext) in <lambda>() constant
209 override var launchContainer: ViewGroup variable in com.android.systemui.animation.TestLaunchAnimatorController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationLaunchAnimatorController.kt51 override var launchContainer: ViewGroup variable in com.android.systemui.statusbar.notification.NotificationLaunchAnimatorController
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityLaunchAnimator.kt269 var launchContainer: ViewGroup in <lambda>() variable
367 private val launchContainer = controller.launchContainer in <lambda>() constant in com.android.systemui.animation.Runner
DGhostedViewLaunchAnimatorController.kt42 override var launchContainer = ghostedView.rootView as ViewGroup variable in com.android.systemui.animation.GhostedViewLaunchAnimatorController