Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DAllAppsTipView.java133 Paint arrowPaint = arrowDrawable.getPaint(); in init() local
136 arrowPaint.setColor(ContextCompat.getColor(getContext(), typedValue.resourceId)); in init()
138 arrowPaint.setPathEffect(new CornerPathEffect( in init()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java191 Paint arrowPaint = arrowDrawable.getPaint(); in reorderAndShow() local
192 arrowPaint.setColor(Themes.getAttrColor(getContext(), R.attr.popupColorPrimary)); in reorderAndShow()
195 arrowPaint.setPathEffect(new CornerPathEffect(radius)); in reorderAndShow()