Searched refs:getContentFrameLw (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | WindowFrameTests.java | 169 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/ |
D | FakeWindowState.java | 95 public Rect getContentFrameLw() { in getContentFrameLw() method in FakeWindowState
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowManagerPolicy.java | 267 public Rect getContentFrameLw(); in getContentFrameLw() method
|
D | PhoneWindowManager.java | 4833 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/ |
D | AppWindowToken.java | 2048 Rect appRect = win != null ? win.getContentFrameLw() : in loadThumbnailAnimation()
|
D | WindowState.java | 1175 public Rect getContentFrameLw() { in getContentFrameLw() method in WindowState
|
/frameworks/base/services/ |
D | art-profile | 1043 HSPLcom/android/server/policy/WindowManagerPolicy$WindowState;->getContentFrameLw()Landroid/graphic…
|