Searched refs:arrowTranslationY (Results 1 – 3 of 3) sorted by relevance
481 final float arrowTranslationY = currentFlyoutHeight / 2f - mPointerSize / 2f; in renderPointerTriangle() local486 canvas.translate(arrowTranslationX, arrowTranslationY); in renderPointerTriangle()493 mTriangleOutline.offset((int) arrowTranslationX, (int) arrowTranslationY); in renderPointerTriangle()
216 val arrowTranslationY: Float = (oldArrowRect.bottom - newArrowRect.bottom).toFloat()217 arrow.setTranslationY(arrowTranslationY)
398 val arrowTranslationY: Float = (oldArrowRect.bottom - newArrowRect.bottom).toFloat()400 arrow.setTranslationY(arrowTranslationY)