Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarBackground.kt43 private val arrowTipRadius: Float constant
99 arrowTipRadius = res.getDimension(R.dimen.bubblebar_pointer_radius)
148 arrowTipRadius, in addArrowPathIfNeeded()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DArrowTipView.java400 @Px int arrowTipRadius = getContext().getResources() in updateArrowTipInView() local
403 arrowPaint.setPathEffect(new CornerPathEffect(arrowTipRadius)); in updateArrowTipInView()
409 ((ViewGroup.MarginLayoutParams) arrowLp).setMargins(0, 0, 0, -1 * arrowTipRadius); in updateArrowTipInView()
412 ((ViewGroup.MarginLayoutParams) arrowLp).setMargins(0, -1 * arrowTipRadius, 0, 0); in updateArrowTipInView()