Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DActivityLaunchAnimatorTest.kt48 private val launchContainer = LinearLayout(mContext) in <lambda>() constant in com.android.systemui.animation.ActivityLaunchAnimatorTest
238 private class TestLaunchAnimatorController(override var launchContainer: ViewGroup) : variable in com.android.systemui.animation.TestLaunchAnimatorController
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DLaunchAnimator.kt84 var launchContainer: ViewGroup in <lambda>() variable
254 val launchContainer = controller.launchContainer in <lambda>() constant
DActivityLaunchAnimator.kt454 private val launchContainer = controller.launchContainer constant
DGhostedViewLaunchAnimatorController.kt69 override var launchContainer = ghostedView.rootView as ViewGroup variable in com.android.systemui.animation.GhostedViewLaunchAnimatorController
DDialogLaunchAnimator.kt995 override var launchContainer: ViewGroup variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationLaunchAnimatorController.kt62 override var launchContainer: ViewGroup variable in com.android.systemui.statusbar.notification.NotificationLaunchAnimatorController
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandableController.kt167 override var launchContainer: ViewGroup = composeViewRoot.rootView as ViewGroup in launchController() variable