Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java102 protected final int mArrowOffsetVertical; field in ArrowPopup
152 mArrowOffsetVertical = resources.getDimensionPixelSize(R.dimen.popup_arrow_vertical_offset); in ArrowPopup()
373 mArrowOffsetHorizontal, -mArrowOffsetVertical, in updateArrowColor()
419 int extraVerticalSpace = mArrowHeight + mArrowOffsetVertical + getExtraVerticalOffset(); in orientAboutObject()
516 lp.bottomMargin - arrowLp.height - mArrowOffsetVertical - insets.bottom; in orientAboutObject()
520 arrowLp.topMargin = lp.topMargin - insets.top - arrowLp.height - mArrowOffsetVertical; in orientAboutObject()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskMenuViewWithArrow.kt294 val extraHorizontalSpace = (mArrowHeight + mArrowOffsetVertical + arrowHorizontalPadding) in <lambda>()
348 return if (mIsLeftAligned) x - mArrowHeight else x + measuredWidth + mArrowOffsetVertical in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDividerPopupView.kt187 -mArrowOffsetVertical.toFloat(), // arrowOffsetY in <lambda>()