Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleFlyoutView.java417 final float arrowTranslationY = currentFlyoutHeight / 2f - mPointerSize / 2f; in renderPointerTriangle() local
422 canvas.translate(arrowTranslationX, arrowTranslationY); in renderPointerTriangle()
429 mTriangleOutline.offset((int) arrowTranslationX, (int) arrowTranslationY); in renderPointerTriangle()