Home
last modified time | relevance | path

Searched refs:getContentFrameLw (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java235 public Rect getContentFrameLw(); in getContentFrameLw() method
/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfacePlacer.java1667 Rect appRect = win != null ? win.getContentFrameLw() : in createThumbnailAppAnimator()
DWindowState.java981 public Rect getContentFrameLw() { in getContentFrameLw() method in WindowState
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java4305 ? attached.getContentFrameLw() : attached.getOverscanFrameLw()); in setAttachedWindowFrames()
4313 cf.set(attached.getContentFrameLw()); in setAttachedWindowFrames()
4897 int top = Math.max(win.getDisplayFrameLw().top, win.getContentFrameLw().top); in offsetInputMethodWindowLw()
4916 int top = Math.max(win.getDisplayFrameLw().top, win.getContentFrameLw().top); in offsetVoiceInputWindowLw()