Home
last modified time | relevance | path

Searched refs:arrowDrawable (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeToolTipView.java64 ShapeDrawable arrowDrawable = new ShapeDrawable(TriangleShape.createHorizontal( in drawArrow() local
66 Paint arrowPaint = arrowDrawable.getPaint(); in drawArrow()
73 arrowView.setBackground(arrowDrawable); in drawArrow()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
H A DTooltipManager.kt87 val arrowDrawable = ShapeDrawable(TriangleShape.create( regex
89 val arrowPaint = arrowDrawable.paint
93 setBackground(arrowDrawable)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DBaseTooltipView.java260 final ShapeDrawable arrowDrawable = new ShapeDrawable(triangleShape); in drawArrow() local
261 final Paint arrowPaint = arrowDrawable.getPaint(); in drawArrow()
266 view.setBackground(arrowDrawable); in drawArrow()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DArrowTipView.java305 ShapeDrawable arrowDrawable = new ShapeDrawable(TriangleShape.create( in updateArrowTipInView() local
307 Paint arrowPaint = arrowDrawable.getPaint(); in updateArrowTipInView()
312 mArrowView.setBackground(arrowDrawable); in updateArrowTipInView()