Searched refs:getFrameLw (Results 1 – 8 of 8) sorted by relevance
80 public Rect getFrameLw() { in getFrameLw() method in FakeWindowState
352 final int width = mainWindow.getFrameLw().width(); in drawAppThemeSnapshot()353 final int height = mainWindow.getFrameLw().height(); in drawAppThemeSnapshot()
354 outRegion.offset(mWindow.getFrameLw().left, mWindow.getFrameLw().top); in getTouchRegion()
1211 int imeTop = Math.max(imeWin.getFrameLw().top, contentBounds.top); in adjustForIME()
1160 public Rect getFrameLw() { in getFrameLw() method in WindowState
237 public Rect getFrameLw(); in getFrameLw() method
3415 final Rect frame = win.getFrameLw(); in selectDockedDividerAnimationLw()3418 && frame.top + insets >= mNavigationBar.getFrameLw().top) in selectDockedDividerAnimationLw()3420 && frame.left + insets >= mNavigationBar.getFrameLw().left) in selectDockedDividerAnimationLw()3422 && frame.right - insets <= mNavigationBar.getFrameLw().right)); in selectDockedDividerAnimationLw()4761 final Rect frame = w.getFrameLw(); in layoutScreenDecorWindows()5051 pf.set((fl & FLAG_LAYOUT_IN_SCREEN) == 0 ? attached.getFrameLw() : df); in setAttachedWindowFrames()5852 Slog.d(TAG, "frame: " + mTopFullscreenOpaqueWindowState.getFrameLw());
1046 HSPLcom/android/server/policy/WindowManagerPolicy$WindowState;->getFrameLw()Landroid/graphics/Rect;