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.java360 final float arrowTranslationY = currentFlyoutHeight / 2f - mPointerSize / 2f; in renderPointerTriangle() local
365 canvas.translate(arrowTranslationX, arrowTranslationY); in renderPointerTriangle()
372 mTriangleOutline.offset((int) arrowTranslationX, (int) arrowTranslationY); in renderPointerTriangle()