Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DUniqueObjectHostView.kt54 val (cachedWidth, cachedHeight) = measurementManager.onMeasure(measurementInput) in onMeasure() constant
69 setMeasuredDimension(cachedWidth + paddingHorizontal, cachedHeight + paddingVertical) in onMeasure()