Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java109 private final int mArrowWidth; field in ArrowPopup
156 mArrowWidth = resources.getDimensionPixelSize(R.dimen.popup_arrow_width); in ArrowPopup()
159 mArrow.setLayoutParams(new DragLayer.LayoutParams(mArrowWidth, mArrowHeight)); in ArrowPopup()
162 R.dimen.popup_arrow_horizontal_center_offset) - (mArrowWidth / 2); in ArrowPopup()
487 return getMeasuredWidth() - mArrowOffsetHorizontal - mArrowWidth; in getArrowLeft()
502 mArrow.setPivotX(mArrowWidth / 2.0f); in addArrow()
509 mArrowWidth, mArrowHeight, mArrowPointRadius, in updateArrowColor()
582 int xOffset = iconWidth / 2 - mArrowOffsetHorizontal - mArrowWidth / 2; in orientAboutObject()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DArrowTipView.java58 private final int mArrowWidth; field in ArrowTipView
71 mArrowWidth = context.getResources().getDimensionPixelSize(R.dimen.arrow_toast_arrow_width); in ArrowTipView()
149 lp.setMarginEnd(parent.getMeasuredWidth() - arrowMarginStart - mArrowWidth); in show()
151 lp.setMarginStart(arrowMarginStart - mArrowWidth / 2); in show()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DMaterialProgressDrawable.java497 private int mArrowWidth; field in MaterialProgressDrawable.Ring
525 mArrowWidth = (int) width; in setArrowDimensions()
574 mArrow.lineTo(mArrowWidth * mArrowScale, 0); in drawTriangle()
575 mArrow.lineTo((mArrowWidth * mArrowScale / 2), (mArrowHeight in drawTriangle()