Searched refs:getMinWindowX (Results 1 – 1 of 1) sorted by relevance
284 constrain(newWindowX, getMinWindowX(), getMaxWindowX()); in onInterceptTouchEvent()294 final int minX = getMinWindowX(); in onInterceptTouchEvent()635 params.x = (mAlignment == Alignment.RIGHT) ? getMaxWindowX() : getMinWindowX(); in createDefaultLayoutParams()682 private int getMinWindowX() { in getMinWindowX() method in AccessibilityFloatingMenuView707 mCurrentLayoutParams.x = (alignment == Alignment.RIGHT) ? getMaxWindowX() : getMinWindowX(); in updateLocationWith()