Searched refs:mArrowHeight (Results 1 – 3 of 3) sorted by relevance
294 val extraHorizontalSpace = (mArrowHeight + mArrowOffsetVertical + arrowHorizontalPadding) in <lambda>()338 mArrow.y = y + (optionMeasuredHeight / 2) - (mArrowHeight / 2) + extraSpaceForRowAlignment in <lambda>()343 mArrow.pivotX = if (mIsLeftAligned) 0f else mArrowHeight.toFloat() in <lambda>()348 return if (mIsLeftAligned) x - mArrowHeight else x + measuredWidth + mArrowOffsetVertical in <lambda>()355 mArrowHeight.toFloat(), in <lambda>()
105 protected final int mArrowHeight; field in ArrowPopup149 mArrowHeight = resources.getDimensionPixelSize(R.dimen.popup_arrow_height); in ArrowPopup()151 mArrow.setLayoutParams(new DragLayer.LayoutParams(mArrowWidth, mArrowHeight)); in ArrowPopup()365 mArrow.setPivotY(mIsAboveIcon ? mArrowHeight : 0); in addArrow()371 mArrowWidth, mArrowHeight, mArrowPointRadius, in updateArrowColor()419 int extraVerticalSpace = mArrowHeight + mArrowOffsetVertical + getExtraVerticalOffset(); in orientAboutObject()
498 private int mArrowHeight; field in MaterialProgressDrawable.Ring526 mArrowHeight = (int) height; in setArrowDimensions()575 mArrow.lineTo((mArrowWidth * mArrowScale / 2), (mArrowHeight in drawTriangle()