Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DAccessibilityFloatingMenuView.java485 final int marginStartEnd = getMarginStartEndWith(mLastConfiguration); in onTouched()
683 return -getMarginStartEndWith(mLastConfiguration); in getMinWindowX()
687 return mScreenWidth - getMarginStartEndWith(mLastConfiguration) - getLayoutWidth(); in getMaxWindowX()
735 final int marginStartEnd = getMarginStartEndWith(configuration); in updateMarginWith()
832 private int getMarginStartEndWith(Configuration configuration) { in getMarginStartEndWith() method in AccessibilityFloatingMenuView
874 return getMarginStartEndWith(mLastConfiguration) * 2 + getLayoutWidth(); in getWindowWidth()