Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java107 private final int mArrowOffsetVertical; field in ArrowPopup
160 mArrowOffsetVertical = resources.getDimensionPixelSize(R.dimen.popup_arrow_vertical_offset); in ArrowPopup()
511 mArrowOffsetHorizontal, -mArrowOffsetVertical, in updateArrowColor()
557 int extraVerticalSpace = mArrowHeight + mArrowOffsetVertical in orientAboutObject()
654 lp.bottomMargin - arrowLp.height - mArrowOffsetVertical - insets.bottom; in orientAboutObject()
658 arrowLp.topMargin = lp.topMargin - insets.top - arrowLp.height - mArrowOffsetVertical; in orientAboutObject()