Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
H A DTooltipManager.kt80 private val arrowView = layout.requireViewById<View>(R.id.arrow).apply { regex
98 layout.removeView(arrowView)
99 layout.addView(arrowView)
100 (arrowView.layoutParams as ViewGroup.MarginLayoutParams).apply {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A 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()