Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubblePositioner.java443 float pointerPosition = getPointerPosition(bubblePosition); in getExpandedViewY() local
444 float bottomIfCentered = pointerPosition + (expandedViewHeight / 2) + manageButtonHeight; in getExpandedViewY()
445 float topIfCentered = pointerPosition - (expandedViewHeight / 2); in getExpandedViewY()
448 return pointerPosition - mPointerWidth - (expandedViewHeight / 2f); in getExpandedViewY()
H A DBubbleExpandedView.java708 float pointerPosition = mPositioner.getPointerPosition(bubblePosition); in setPointerPosition() local
710 ? pointerPosition - mPositioner.getExpandedViewY(mBubble, bubblePosition) in setPointerPosition()
711 : pointerPosition; in setPointerPosition()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DEdgeBackGesturePanel.java376 float pointerPosition = mCurrentTranslation - mArrowThickness / 2.0f; in onDraw() local
379 mIsLeftPanel ? pointerPosition : getWidth() - pointerPosition, in onDraw()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DNavigationBarEdgePanel.java515 float pointerPosition = mCurrentTranslation - mArrowThickness / 2.0f; in onDraw() local
518 mIsLeftPanel ? pointerPosition : getWidth() - pointerPosition, in onDraw()