Searched refs:getFrameLw (Results 1 – 8 of 8) sorted by relevance
287 final int width = mainWindow.getFrameLw().width(); in drawAppThemeSnapshot()288 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()
1035 public Rect getFrameLw() { in getFrameLw() method in WindowState
252 public Rect getFrameLw(); in getFrameLw() method
3182 final Rect frame = win.getFrameLw(); in selectDockedDividerAnimationLw()3185 && frame.top + insets >= mNavigationBar.getFrameLw().top) in selectDockedDividerAnimationLw()3187 && frame.left + insets >= mNavigationBar.getFrameLw().left) in selectDockedDividerAnimationLw()3189 && frame.right - insets <= mNavigationBar.getFrameLw().right)); in selectDockedDividerAnimationLw()4795 ? attached.getFrameLw() : df); in setAttachedWindowFrames()5672 Slog.d(TAG, "frame: " + mTopFullscreenOpaqueWindowState.getFrameLw()
16386 PLcom/android/server/wm/WindowState;->getFrameLw()Landroid/graphics/Rect;
7973 HPLandroid/view/WindowManagerPolicy$WindowState;->getFrameLw()Landroid/graphics/Rect;