Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedView.java171 private final PointF mPointerPos = new PointF(); field in BubbleExpandedView
746 float pointerBottom = mPointerPos.y + mPointerHeight; in setContentTranslationY()
844 mPointerView.setTranslationX(mPointerPos.x + x); in movePointerBy()
845 mPointerView.setTranslationY(mPointerPos.y + y); in movePointerBy()
1074 mPointerPos.y = bubbleCenter - (mPointerWidth / 2f); in setPointerPosition()
1076 mPointerPos.x = onLeft in setPointerPosition()
1080 mPointerPos.x = onLeft in setPointerPosition()
1085 mPointerPos.y = mPointerOverlap; in setPointerPosition()
1087 mPointerPos.x = bubbleCenter - (mPointerWidth / 2f); in setPointerPosition()
1089 mPointerPos.x = -(getWidth() - mPaddingLeft - bubbleCenter) in setPointerPosition()
[all …]