Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskMenuViewWithArrow.kt82 get() = optionMeasuredHeight * alignedOptionIndex in <lambda>()
89 private var optionMeasuredHeight = 0 in <lambda>() variable
293 optionMeasuredHeight = optionLayout.getChildAt(0).measuredHeight in <lambda>()
319 val yOffset = (optionMeasuredHeight - iconHeight) / 2 in <lambda>()
338 mArrow.y = y + (optionMeasuredHeight / 2) - (mArrowHeight / 2) + extraSpaceForRowAlignment in <lambda>()