Home | History | Annotate | Download | only in wm

Lines Matching refs:boundsInScreen

1047                     final Rect boundsInScreen = mTempRect;
1048 computeWindowBoundsInScreen(windowState, boundsInScreen);
1051 if (unaccountedSpace.quickReject(boundsInScreen)) {
1058 WindowInfo window = obtainPopulatedWindowInfo(windowState, boundsInScreen);
1071 unaccountedSpace.op(boundsInScreen, unaccountedSpace,
1107 Rect boundsInScreen = mTempRect;
1108 computeWindowBoundsInScreen(windowState, boundsInScreen);
1112 boundsInScreen);
1206 Rect boundsInScreen) {
1220 window.boundsInScreen.set(boundsInScreen);
1278 if (!oldWindow.boundsInScreen.equals(newWindow.boundsInScreen)) {