Searched refs:getDisplayFrameLw (Results 1 – 6 of 6) sorted by relevance
85 public Rect getDisplayFrameLw() { in getDisplayFrameLw() method in FakeWindowState
246 public Rect getDisplayFrameLw(); in getDisplayFrameLw() method
3425 || 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()
1113 unaccountedSpace.op(windowState.getDisplayFrameLw(), unaccountedSpace, in computeChangedWindows()
1165 public Rect getDisplayFrameLw() { in getDisplayFrameLw() method in WindowState
1044 HSPLcom/android/server/policy/WindowManagerPolicy$WindowState;->getDisplayFrameLw()Landroid/graphic…