Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java104 protected final int mArrowWidth; field in ArrowPopup
148 mArrowWidth = resources.getDimensionPixelSize(R.dimen.popup_arrow_width); in ArrowPopup()
151 mArrow.setLayoutParams(new DragLayer.LayoutParams(mArrowWidth, mArrowHeight)); in ArrowPopup()
154 R.dimen.popup_arrow_horizontal_center_offset) - (mArrowWidth / 2); in ArrowPopup()
342 return getMeasuredWidth() - mArrowOffsetHorizontal - mArrowWidth; in getArrowLeft()
364 mArrow.setPivotX(mArrowWidth / 2.0f); in addArrow()
371 mArrowWidth, mArrowHeight, mArrowPointRadius, in updateArrowColor()
443 int xOffset = iconWidth / 2 - mArrowOffsetHorizontal - mArrowWidth / 2; in orientAboutObject()
643 int arrowCenter = mArrowOffsetHorizontal + mArrowWidth / 2; in setPivotForOpenCloseAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DArrowTipView.java81 private final int mArrowWidth; field in ArrowTipView
102 mArrowWidth = context.getResources().getDimensionPixelSize( in ArrowTipView()
233 - mArrowWidth / 2)); in show()
236 arrowMarginStart - params.leftMargin - 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()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDividerPopupView.kt173 mArrow.x = (dividerView.x + dividerView.width / 2) - (mArrowWidth / 2) in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskMenuViewWithArrow.kt354 mArrowWidth.toFloat(), in <lambda>()