Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DAccessibilityFloatingMenuView.java88 private static final int MIN_WINDOW_Y = 0; field in AccessibilityFloatingMenuView
285 mCurrentLayoutParams.y = constrain(newWindowY, MIN_WINDOW_Y, getMaxWindowY()); in onInterceptTouchEvent()
638 params.y = Math.max(MIN_WINDOW_Y, currentLayoutY - getInterval()); in createDefaultLayoutParams()
709 mCurrentLayoutParams.y = Math.max(MIN_WINDOW_Y, currentLayoutY - getInterval()); in updateLocationWith()