Home
last modified time | relevance | path

Searched refs:arrowLp (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeToolTipView.java63 ViewGroup.LayoutParams arrowLp = arrowView.getLayoutParams(); in drawArrow() local
65 arrowLp.width, arrowLp.height, false)); in drawArrow()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
H A DTooltipManager.kt86 val arrowLp = layoutParams regex
88 arrowLp.width.toFloat(), arrowLp.height.toFloat(), below))