Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/
DSharedNotificationContainer.kt46 private val baseConstraintSet = ConstraintSet() constant
50 baseConstraintSet.apply { in <lambda>()
54 baseConstraintSet.applyTo(this)
69 constraintSet.clone(baseConstraintSet) in updateConstraints()