Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleFlyoutView.java465 Canvas canvas, float currentFlyoutWidth, float currentFlyoutHeight) { in renderPointerTriangle() argument
481 final float arrowTranslationY = currentFlyoutHeight / 2f - mPointerSize / 2f; in renderPointerTriangle()