Searched refs:getFrameLw (Results 1 – 5 of 5) sorted by relevance
191 public Rect getFrameLw(); in getFrameLw() method
264 outRegion.offset(mWindow.getFrameLw().left, mWindow.getFrameLw().top); in getTouchRegion()
980 int imeTop = Math.max(imeWin.getFrameLw().top, contentBounds.top); in adjustForIME()
943 public Rect getFrameLw() { in getFrameLw() method in WindowState
2828 final Rect frame = win.getFrameLw(); in selectDockedDividerAnimationLw()2831 && frame.top + insets >= mNavigationBar.getFrameLw().top) in selectDockedDividerAnimationLw()2833 && frame.left + insets >= mNavigationBar.getFrameLw().left)); in selectDockedDividerAnimationLw()4266 ? attached.getFrameLw() : df); in setAttachedWindowFrames()5105 Slog.d(TAG, "frame: " + mTopFullscreenOpaqueWindowState.getFrameLw()