Home
last modified time | relevance | path

Searched refs:MotionLayout (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeViewProviderModule.kt24 import androidx.constraintlayout.motion.widget.MotionLayout
245 ): MotionLayout {
249 return stub.inflate() as MotionLayout
262 fun providesBatteryMeterView(@Named(SHADE_HEADER) view: MotionLayout): BatteryMeterView {
296 @Named(SHADE_HEADER) header: MotionLayout,
305 @Named(SHADE_HEADER) header: MotionLayout,
H A DShadeHeaderController.kt36 import androidx.constraintlayout.motion.widget.MotionLayout
88 @Named(SHADE_HEADER) private val header: MotionLayout,
220 updateConstraintsForInsets(view as MotionLayout, insets)
396 private fun updateConstraintsForInsets(view: MotionLayout, insets: WindowInsets) {
561 private fun MotionLayout.updateConstraints(@IdRes state: Int, update: ConstraintChange) { regex
572 private fun MotionLayout.updateAllConstraints(updates: ConstraintsChanges) { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DNoRemeasureMotionLayout.kt22 import androidx.constraintlayout.motion.widget.MotionLayout
35 ) : MotionLayout(context, attrs, defStyle) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DShadeHeaderControllerTest.kt34 import androidx.constraintlayout.motion.widget.MotionLayout
94 @Mock(answer = Answers.RETURNS_MOCKS) private lateinit var view: MotionLayout
949 private fun setUpMotionLayout(motionLayout: MotionLayout) {