Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskMenuViewWithArrow.kt294 val extraHorizontalSpace = (mArrowHeight + mArrowOffsetVertical + arrowHorizontalPadding) in <lambda>() constant
296 val widthWithArrow = measuredWidth + paddingLeft + paddingRight + extraHorizontalSpace in <lambda>()
306 val leftAlignedMenuStartX = mTempRect.right + extraHorizontalSpace in <lambda>()
311 leftAlignedMenuStartX + (widthWithArrow - extraHorizontalSpace) + insets.left < in <lambda>()