Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleFlyoutView.java481 final float arrowTranslationY = currentFlyoutHeight / 2f - mPointerSize / 2f; in renderPointerTriangle() local
486 canvas.translate(arrowTranslationX, arrowTranslationY); in renderPointerTriangle()
493 mTriangleOutline.offset((int) arrowTranslationX, (int) arrowTranslationY); in renderPointerTriangle()
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
H A DCollapsedAlarmViewHolder.kt216 val arrowTranslationY: Float = (oldArrowRect.bottom - newArrowRect.bottom).toFloat()
217 arrow.setTranslationY(arrowTranslationY)
H A DExpandedAlarmViewHolder.kt398 val arrowTranslationY: Float = (oldArrowRect.bottom - newArrowRect.bottom).toFloat()
400 arrow.setTranslationY(arrowTranslationY)