Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowFrameTests.java169 assertTrue(cf.equals(w.getContentFrameLw())); in testLayoutInFullscreenTaskInsets()
182 assertTrue(w.mFrame.equals(w.getContentFrameLw())); in testLayoutInFullscreenTaskInsets()
286 assertRect(w.getContentFrameLw(), taskLeft, taskTop, taskRight, taskBottom); in testLayoutNonfullscreenTask()
299 assertRect(w.getContentFrameLw(), taskLeft, taskTop, taskRight - contentInsetRight, in testLayoutNonfullscreenTask()
316 assertRect(w.getContentFrameLw(), taskLeft, taskTop, taskRight - contentInsetRight, in testLayoutNonfullscreenTask()
403 assertRect(w.getContentFrameLw(), taskLeft, taskTop, taskRight, taskBottom); in testLayoutLetterboxedWindow()
420 assertEquals(cf, w.getContentFrameLw()); in testLayoutLetterboxedWindow()
/frameworks/base/services/tests/servicestests/src/com/android/server/policy/
DFakeWindowState.java95 public Rect getContentFrameLw() { in getContentFrameLw() method in FakeWindowState
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java267 public Rect getContentFrameLw(); in getContentFrameLw() method
DPhoneWindowManager.java4833 mTmpRect.set(mStatusBar.getContentFrameLw()); in layoutStatusBar()
4835 mTmpRect.top = mStatusBar.getContentFrameLw().top; // Ignore top display cutout inset in layoutStatusBar()
4972 mNavigationBarController.setContentFrame(mNavigationBar.getContentFrameLw()); in layoutNavigationBar()
5031 ? attached.getContentFrameLw() : attached.getOverscanFrameLw()); in setAttachedWindowFrames()
5038 cf.set(attached.getContentFrameLw()); in setAttachedWindowFrames()
5563 int top = Math.max(win.getDisplayFrameLw().top, win.getContentFrameLw().top); in offsetInputMethodWindowLw()
5576 int top = Math.max(win.getDisplayFrameLw().top, win.getContentFrameLw().top); in offsetVoiceInputWindowLw()
/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowToken.java2048 Rect appRect = win != null ? win.getContentFrameLw() : in loadThumbnailAnimation()
DWindowState.java1175 public Rect getContentFrameLw() { in getContentFrameLw() method in WindowState
/frameworks/base/services/
Dart-profile1043 HSPLcom/android/server/policy/WindowManagerPolicy$WindowState;->getContentFrameLw()Landroid/graphic…