Searched refs:getWindowWidth (Results 1 – 1 of 1) sorted by relevance
444 return new Rect(left, top, left + getWindowWidth(), top + getWindowHeight()); in getWindowLocationOnScreen()858 return new Rect(0, 0, mScreenWidth - getWindowWidth(), mScreenHeight - getWindowHeight()); in getAvailableBounds()873 private int getWindowWidth() { in getWindowWidth() method in AccessibilityFloatingMenuView883 new Rect(0, 0, getWindowWidth(), getWindowHeight()); in setSystemGestureExclusion()