Home
last modified time | relevance | path

Searched refs:cachedHeight (Results 1 – 2 of 2) 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogDelegateTest.kt263 val cachedHeight = Int.MAX_VALUE in testShowDialog_cachedHeightLargerThanMinHeight_displayFromCachedHeight() constant
267 cachedHeight, in testShowDialog_cachedHeightLargerThanMinHeight_displayFromCachedHeight()
279 .isEqualTo(cachedHeight) in testShowDialog_cachedHeightLargerThanMinHeight_displayFromCachedHeight()