Home
last modified time | relevance | path

Searched defs:ConstraintSet (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/dialog/ringer/ui/util/
DRingerDrawerConstraintsUtils.kt47 private fun ConstraintSet.setButtonPositionPortraitConstraints( in setButtonPositionPortraitConstraints() method
65 private fun ConstraintSet.setButtonPositionLandscapeConstraints( in ConstraintSet() method
88 private fun ConstraintSet.adjustOpenConstraintsForDrawer( in adjustOpenConstraintsForDrawer() method
188 private fun ConstraintSet.adjustClosedConstraintsForDrawer( in ConstraintSet() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DClockSection.kt57 private fun ConstraintSet.setAlpha(views: Iterable<View>, alpha: Float) = in setAlpha() method
60 private fun ConstraintSet.setScaleX(views: Iterable<View>, scaleX: Float) = in setScaleX() method
63 private fun ConstraintSet.setScaleY(views: Iterable<View>, scaleY: Float) = in setScaleY() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DCombinedShadeHeaderConstraintsTest.kt393 private val ConstraintSet.systemIconsAlphaConstraint in <lambda>() constant