Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DAccessibilityFloatingMenuView.java487 new Rect(marginStartEnd, mMargin, marginStartEnd + getLayoutWidth(), in onTouched()
687 return mScreenWidth - getMarginStartEndWith(mLastConfiguration) - getLayoutWidth(); in getMaxWindowX()
742 final float halfWidth = getLayoutWidth() / 2.0f; in updateOffsetWith()
865 private int getLayoutWidth() { in getLayoutWidth() method in AccessibilityFloatingMenuView
874 return getMarginStartEndWith(mLastConfiguration) * 2 + getLayoutWidth(); in getWindowWidth()