Home
last modified time | relevance | path

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

/aosp14/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 {
/aosp14/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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuEduTooltipView.java202 private void drawArrow(View arrowView, boolean isPointingLeft) { in drawArrow() argument
212 arrowView.setBackground(arrowDrawable); in drawArrow()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipMenuView.java539 private void setArrowA11yEnabled(View arrowView, boolean enabled, int keycode) { in setArrowA11yEnabled() argument
540 arrowView.setClickable(enabled); in setArrowA11yEnabled()
542 arrowView.setOnClickListener(v -> { in setArrowA11yEnabled()