Searched refs:getMaxWindowX (Results 1 – 1 of 1) sorted by relevance
284 constrain(newWindowX, getMinWindowX(), getMaxWindowX()); in onInterceptTouchEvent()295 final int maxX = getMaxWindowX(); in onInterceptTouchEvent()635 params.x = (mAlignment == Alignment.RIGHT) ? getMaxWindowX() : getMinWindowX(); in createDefaultLayoutParams()686 private int getMaxWindowX() { in getMaxWindowX() method in AccessibilityFloatingMenuView707 mCurrentLayoutParams.x = (alignment == Alignment.RIGHT) ? getMaxWindowX() : getMinWindowX(); in updateLocationWith()821 return mCurrentLayoutParams.x / (float) getMaxWindowX(); in calculateCurrentPercentageX()