Searched refs:getFrameLw (Results 1 – 6 of 6) sorted by relevance
256 final int width = mainWindow.getFrameLw().width(); in drawAppThemeSnapshot()257 final int height = mainWindow.getFrameLw().height(); in drawAppThemeSnapshot()
304 outRegion.offset(mWindow.getFrameLw().left, mWindow.getFrameLw().top); in getTouchRegion()
1082 int imeTop = Math.max(imeWin.getFrameLw().top, contentBounds.top); in adjustForIME()
986 public Rect getFrameLw() { in getFrameLw() method in WindowState
245 public Rect getFrameLw(); in getFrameLw() method
3157 final Rect frame = win.getFrameLw(); in selectDockedDividerAnimationLw()3160 && frame.top + insets >= mNavigationBar.getFrameLw().top) in selectDockedDividerAnimationLw()3162 && frame.left + insets >= mNavigationBar.getFrameLw().left) in selectDockedDividerAnimationLw()3164 && frame.right - insets <= mNavigationBar.getFrameLw().right)); in selectDockedDividerAnimationLw()4761 ? attached.getFrameLw() : df); in setAttachedWindowFrames()5551 Slog.d(TAG, "frame: " + mTopFullscreenOpaqueWindowState.getFrameLw()