Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedView.java746 float pointerBottom = mPointerPos.y + mPointerHeight; in setContentTranslationY() local
749 if (pointerBottom > detachPoint) { in setContentTranslationY()
750 horizontalShift = pointerBottom - detachPoint; in setContentTranslationY()