Home
last modified time | relevance | path

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

/aosp12/packages/apps/DeskClock/src/com/android/deskclock/
H A DTimerCircleFrameLayout.kt50 var variableHeightMeasureSpec = heightMeasureSpec regex
59 val height = MeasureSpec.getSize(variableHeightMeasureSpec) - paddingTop - paddingBottom
69 variableHeightMeasureSpec = MeasureSpec.makeMeasureSpec(size + paddingTop + paddingBottom,
72 super.onMeasure(variableWidthMeasureSpec, variableHeightMeasureSpec)