Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipMenuView.java163 final ShapeDrawable arrowDrawable = new ShapeDrawable(); in initMoveArrows() local
164 arrowDrawable.setShape(new PathShape(arrowPath, arrowSize, arrowSize)); in initMoveArrows()
165 arrowDrawable.setTint(mContext.getResources().getColor(R.color.tv_pip_menu_arrow_color)); in initMoveArrows()
174 initArrow(mArrowRight, arrowOutlineProvider, arrowDrawable, 0); in initMoveArrows()
175 initArrow(mArrowDown, arrowOutlineProvider, arrowDrawable, 90); in initMoveArrows()
176 initArrow(mArrowLeft, arrowOutlineProvider, arrowDrawable, 180); in initMoveArrows()
177 initArrow(mArrowUp, arrowOutlineProvider, arrowDrawable, 270); in initMoveArrows()
199 private void initArrow(View v, ViewOutlineProvider arrowOutlineProvider, Drawable arrowDrawable, in initArrow() argument
202 v.setBackground(arrowDrawable); in initArrow()
/aosp14/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)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuEduTooltipView.java205 final ShapeDrawable arrowDrawable = new ShapeDrawable(triangleShape); in drawArrow() local
206 final Paint arrowPaint = arrowDrawable.getPaint(); in drawArrow()
212 arrowView.setBackground(arrowDrawable); in drawArrow()