Home
last modified time | relevance | path

Searched refs:arrowView (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeToolTipView.java62 View arrowView = findViewById(R.id.arrow); in drawArrow() local
63 ViewGroup.LayoutParams arrowLp = arrowView.getLayoutParams(); in drawArrow()
73 arrowView.setBackground(arrowDrawable); in drawArrow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
DTooltipManager.kt80 private val arrowView = layout.requireViewById<View>(R.id.arrow).apply { in <lambda>() constant
98 layout.removeView(arrowView) in <lambda>()
99 layout.addView(arrowView) in <lambda>()
100 (arrowView.layoutParams as ViewGroup.MarginLayoutParams).apply { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DBaseTooltipView.java223 final View arrowView = findViewById(isAnchorViewOnLeft in updateArrowWith() local
226 arrowView.setVisibility(VISIBLE); in updateArrowWith()
227 drawArrow(arrowView, isAnchorViewOnLeft); in updateArrowWith()
230 (LinearLayout.LayoutParams) arrowView.getLayoutParams(); in updateArrowWith()
237 arrowView.setLayoutParams(layoutParams); in updateArrowWith()