Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DAccessibilityFloatingMenuView.java444 return new Rect(left, top, left + getWindowWidth(), top + getWindowHeight()); in getWindowLocationOnScreen()
691 return mScreenHeight - getWindowHeight(); in getMaxWindowY()
727 final int layoutBottomY = mCurrentLayoutParams.y + getWindowHeight(); in getInterval()
858 return new Rect(0, 0, mScreenWidth - getWindowWidth(), mScreenHeight - getWindowHeight()); in getAvailableBounds()
877 private int getWindowHeight() { in getWindowHeight() method in AccessibilityFloatingMenuView
883 new Rect(0, 0, getWindowWidth(), getWindowHeight()); in setSystemGestureExclusion()