Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubblePositioner.java470 float pointerPosition = getPointerPosition(bubblePosition);
471 float bottomIfCentered = pointerPosition + (expandedViewHeight / 2) + manageButtonHeight;
472 float topIfCentered = pointerPosition - (expandedViewHeight / 2);
475 return pointerPosition - mPointerWidth - (expandedViewHeight / 2f);
H A DBubbleExpandedView.java992 float pointerPosition = mPositioner.getPointerPosition(bubblePosition); in setPointerPosition() local
994 ? pointerPosition - mPositioner.getExpandedViewY(mBubble, bubblePosition) in setPointerPosition()
995 : pointerPosition; in setPointerPosition()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DNavigationBarEdgePanel.java531 float pointerPosition = mCurrentTranslation - mArrowThickness / 2.0f; in onDraw() local
534 mIsLeftPanel ? pointerPosition : getWidth() - pointerPosition, in onDraw()