Searched refs:MIN_WINDOW_Y (Results 1 – 1 of 1) sorted by relevance
88 private static final int MIN_WINDOW_Y = 0; field in AccessibilityFloatingMenuView285 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()