Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleExpandedView.java173 private final PointF mPointerPos = new PointF(); field in BubbleExpandedView
683 float pointerBottom = mPointerPos.y + mPointerHeight; in setContentTranslationY()
761 mPointerView.setTranslationX(mPointerPos.x + x); in movePointerBy()
762 mPointerView.setTranslationY(mPointerPos.y + y); in movePointerBy()
1001 mPointerPos.y = bubbleCenter - (mPointerWidth / 2f); in setPointerPosition()
1003 mPointerPos.x = onLeft in setPointerPosition()
1007 mPointerPos.x = onLeft in setPointerPosition()
1012 mPointerPos.y = mPointerOverlap; in setPointerPosition()
1022 mPointerPos.y).start(); in setPointerPosition()
1024 mPointerView.setTranslationY(mPointerPos.y); in setPointerPosition()
[all …]