Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubblePositioner.java542 final float rowBottom = centerPosition + (expandedStackSize / 2f); in getExpandedBubbleYForIme() local
545 if (rowBottom > bottomInset) { in getExpandedBubbleYForIme()
547 float translationY = rowBottom - bottomInset; in getExpandedBubbleYForIme()