Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java262 public Rect getDisplayFrameLw(); in getDisplayFrameLw() method
/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java1113 unaccountedSpace.op(windowState.getDisplayFrameLw(), unaccountedSpace, in computeChangedWindows()
DWindowState.java996 public Rect getDisplayFrameLw() { in getDisplayFrameLw() method in WindowState
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3167 || frame.left + insets >= win.getDisplayFrameLw().right); in selectDockedDividerAnimationLw()
3169 || frame.bottom + insets >= win.getDisplayFrameLw().bottom); in selectDockedDividerAnimationLw()
4753 df.set(insetDecors ? attached.getDisplayFrameLw() : cf); in setAttachedWindowFrames()
5324 int top = Math.max(win.getDisplayFrameLw().top, win.getContentFrameLw().top); in offsetInputMethodWindowLw()
5343 int top = Math.max(win.getDisplayFrameLw().top, win.getContentFrameLw().top); in offsetVoiceInputWindowLw()