Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuAnimationController.java305 final float menuHalfWidth = mMenuView.getMenuWidth() / 2.0f; in moveToEdgeAndHide() local
307 ? position.x - menuHalfWidth in moveToEdgeAndHide()
308 : position.x + menuHalfWidth; in moveToEdgeAndHide()