Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleExpandedView.java683 float pointerBottom = mPointerPos.y + mPointerHeight; in setContentTranslationY() local
686 if (pointerBottom > detachPoint) { in setContentTranslationY()
687 horizontalShift = pointerBottom - detachPoint; in setContentTranslationY()