Searched refs:mArrowOffset (Results 1 – 1 of 1) sorted by relevance
70 private final int mArrowOffset; field in ArrowPopup103 mArrowOffset = resources.getDimensionPixelSize(R.dimen.popup_arrow_vertical_offset); in ArrowPopup()199 mArrow.setClipBounds(new Rect(0, -mArrowOffset, arrowLp.width, arrowLp.height)); in reorderAndShow()201 mArrow.setClipBounds(new Rect(0, 0, arrowLp.width, arrowLp.height + mArrowOffset)); in reorderAndShow()236 int extraVerticalSpace = mArrow.getLayoutParams().height + mArrowOffset in orientAboutObject()325 arrowLp.bottomMargin = lp.bottomMargin - arrowLp.height - mArrowOffset - insets.bottom; in orientAboutObject()329 arrowLp.topMargin = lp.topMargin - insets.top - arrowLp.height - mArrowOffset; in orientAboutObject()