Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DViewHierarchyAnimator.kt48 Bound.LEFT to createViewProperty(Bound.LEFT),
49 Bound.TOP to createViewProperty(Bound.TOP),
50 Bound.RIGHT to createViewProperty(Bound.RIGHT),
51 Bound.BOTTOM to createViewProperty(Bound.BOTTOM)
54 private fun createViewProperty(bound: Bound): IntProperty<View> { regex