Searched refs:getDisplayFrameLw (Results 1 – 3 of 3) sorted by relevance
208 public Rect getDisplayFrameLw(); in getDisplayFrameLw() method
2836 || frame.left + insets >= win.getDisplayFrameLw().right); in selectDockedDividerAnimationLw()2838 || frame.bottom + insets >= win.getDisplayFrameLw().bottom); in selectDockedDividerAnimationLw()4258 df.set(insetDecors ? attached.getDisplayFrameLw() : cf); in setAttachedWindowFrames()4820 int top = Math.max(win.getDisplayFrameLw().top, win.getContentFrameLw().top); in offsetInputMethodWindowLw()4839 int top = Math.max(win.getDisplayFrameLw().top, win.getContentFrameLw().top); in offsetVoiceInputWindowLw()
953 public Rect getDisplayFrameLw() { in getDisplayFrameLw() method in WindowState