Home
last modified time | relevance | path

Searched refs:getFrameLw (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsSourceProviderTest.java57 topBar.getFrameLw().set(0, 0, 500, 100); in testPostLayout()
70 topBar.getFrameLw().set(0, 0, 500, 100); in testPostLayout_invisible()
80 topBar.getFrameLw().set(0, 0, 500, 100); in testPostLayout_frameProvider()
93 topBar.getFrameLw().set(0, 0, 500, 100); in testUpdateControlForTarget()
105 topBar.getFrameLw().set(0, 0, 500, 100); in testInsetsModified()
118 topBar.getFrameLw().set(0, 0, 500, 100); in testInsetsModified_noControl()
DWindowFrameTests.java104 assertRect(w.getFrameLw(), left, top, right, bottom); in assertFrame()
181 assertContentFrame(w, w.getFrameLw()); in testLayoutInFullscreenTaskInsets()
182 assertVisibleFrame(w, w.getFrameLw()); in testLayoutInFullscreenTaskInsets()
183 assertStableFrame(w, w.getFrameLw()); in testLayoutInFullscreenTaskInsets()
512 assertEquals(expected, w.getFrameLw()); in testFreeformContentInsets()
532 assertEquals(winRect, w.getFrameLw()); in testFreeformContentInsets()
DWindowStateTests.java426 app.getFrameLw().set(10, 20, 60, 80); in testSeamlesslyRotateWindow()
501 win0.getFrameLw().offsetTo(1, 0); in testGetTransformationMatrix()
513 win1.getFrameLw().offsetTo(3, 0); in testGetTransformationMatrix()
/frameworks/base/services/core/java/com/android/server/wm/
DWallpaperController.java294 int availw = wallpaperWin.getFrameLw().right - wallpaperWin.getFrameLw().left - dw; in updateWallpaperOffset()
309 int availh = wallpaperWin.getFrameLw().bottom - wallpaperWin.getFrameLw().top - dh; in updateWallpaperOffset()
DWindowStateAnimator.java519 + ", set left=" + w.getFrameLw().left + " top=" + w.getFrameLw().top); in createSurfaceLocked()
524 + w.getFrameLw().left + "," + w.getFrameLw().top + ") (" in createSurfaceLocked()
666 final Rect frame = mWin.getFrameLw(); in computeShownFrameLocked()
DInsetsSourceProvider.java131 mTmpRect.set(mWin.getFrameLw()); in onPostLayout()
DAccessibilityController.java590 windowFrame.offset(-windowState.getFrameLw().left, in recomputeBoundsLocked()
591 -windowState.getFrameLw().top); in recomputeBoundsLocked()
1294 windowFrame.offset(-windowState.getFrameLw().left, -windowState.getFrameLw().top); in computeWindowBoundsInScreen()
DDockedStackDividerController.java358 outRegion.offset(mWindow.getFrameLw().left, mWindow.getFrameLw().top); in getTouchRegion()
DDisplayPolicy.java1111 final Rect frame = win.getFrameLw(); in selectDockedDividerAnimationLw()
1114 && frame.top + insets >= mNavigationBar.getFrameLw().top) in selectDockedDividerAnimationLw()
1116 && frame.left + insets >= mNavigationBar.getFrameLw().left) in selectDockedDividerAnimationLw()
1118 && frame.right - insets <= mNavigationBar.getFrameLw().right)); in selectDockedDividerAnimationLw()
1532 final Rect frame = w.getFrameLw(); in layoutScreenDecorWindows()
1818 pf.set((fl & FLAG_LAYOUT_IN_SCREEN) == 0 ? attached.getFrameLw() : df); in setAttachedWindowFrames()
2641 Slog.d(TAG, "frame: " + mTopFullscreenOpaqueWindowState.getFrameLw());
DInputMonitor.java270 final Rect frame = child.getFrameLw(); in populateInputWindowHandle()
DAppWindowToken.java2035 mLetterbox.layout(spaceToFill, w.getFrameLw(), mTmpPoint); in layoutLetterbox()
2667 frame.set(win.getFrameLw()); in loadAnimation()
2970 final Rect frame = win.getFrameLw(); in attachCrossProfileAppsThumbnailAnimation()
2983 win.getFrameLw()); in attachCrossProfileAppsThumbnailAnimation()
DWindowState.java1146 public Rect getFrameLw() { in getFrameLw() method in WindowState
3054 if (win.getFrameLw().left <= win.getDisplayFrameLw().left in isHiddenFromUserLocked()
3055 && win.getFrameLw().top <= win.getDisplayFrameLw().top in isHiddenFromUserLocked()
3056 && win.getFrameLw().right >= win.getStableFrameLw().right in isHiddenFromUserLocked()
3057 && win.getFrameLw().bottom >= win.getStableFrameLw().bottom) { in isHiddenFromUserLocked()
DDisplayContent.java737 if (DEBUG_LAYOUT) Slog.v(TAG, " LAYOUT: mFrame=" + w.getFrameLw()
764 if (DEBUG_LAYOUT) Slog.v(TAG, " LAYOUT: mFrame=" + w.getFrameLw()
2456 if (w.isOnScreen() && w.isVisibleLw() && w.getFrameLw().contains(x, y)) { in pointWithinAppWindow()
5123 location.x += displayParent.getFrameLw().left in getLocationInParentDisplay()
5125 location.y += displayParent.getFrameLw().top in getLocationInParentDisplay()
DTaskStack.java1192 int imeTop = Math.max(imeWin.getFrameLw().top, contentBounds.top); in adjustForIME()
DWindowManagerService.java2295 outBackdropFrame.set(win.getBackdropFrame(win.getFrameLw())); in relayoutWindow()
7266 outBounds.set(windowState.getFrameLw()); in getWindowFrame()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java204 public Rect getFrameLw(); in getFrameLw() method
/frameworks/base/services/
Dart-profile17710 HSPLcom/android/server/wm/WindowState;->getFrameLw()Landroid/graphics/Rect;