Home | History | Annotate | Download | only in wm

Lines Matching refs:boundsInScreen

991                     Rect boundsInScreen = mTempRect;
992 computeWindowBoundsInScreen(windowState, boundsInScreen);
1003 if (unaccountedSpace.quickReject(boundsInScreen)) {
1010 WindowInfo window = obtainPopulatedWindowInfo(windowState, boundsInScreen);
1019 unaccountedSpace.op(boundsInScreen, unaccountedSpace,
1040 Rect boundsInScreen = mTempRect;
1041 computeWindowBoundsInScreen(windowState, boundsInScreen);
1045 boundsInScreen);
1138 Rect boundsInScreen) {
1150 window.boundsInScreen.set(boundsInScreen);
1208 if (!oldWindow.boundsInScreen.equals(newWindow.boundsInScreen)) {