Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/policy/
DFakeWindowState.java85 public Rect getDisplayFrameLw() { in getDisplayFrameLw() method in FakeWindowState
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java246 public Rect getDisplayFrameLw(); in getDisplayFrameLw() method
DPhoneWindowManager.java3425 || frame.left + insets >= win.getDisplayFrameLw().right); in selectDockedDividerAnimationLw()
3427 || frame.bottom + insets >= win.getDisplayFrameLw().bottom); in selectDockedDividerAnimationLw()
5045 df.set(insetDecors ? attached.getDisplayFrameLw() : cf); in setAttachedWindowFrames()
5563 int top = Math.max(win.getDisplayFrameLw().top, win.getContentFrameLw().top); in offsetInputMethodWindowLw()
5576 int top = Math.max(win.getDisplayFrameLw().top, win.getContentFrameLw().top); in offsetVoiceInputWindowLw()
/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java1113 unaccountedSpace.op(windowState.getDisplayFrameLw(), unaccountedSpace, in computeChangedWindows()
DWindowState.java1165 public Rect getDisplayFrameLw() { in getDisplayFrameLw() method in WindowState
/frameworks/base/services/
Dart-profile1044 HSPLcom/android/server/policy/WindowManagerPolicy$WindowState;->getDisplayFrameLw()Landroid/graphic…