Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java627 final float bottomHeight = getImeHeight() + mInsets.bottom + (mSpacingBetweenBubbles * 2); in getExpandedBubbleYForIme() local
628 final float bottomInset = mScreenRect.bottom - bottomHeight; in getExpandedBubbleYForIme()