Home | History | Annotate | Download | only in widget

Lines Matching refs:boundsInScreen

2554             Rect boundsInScreen = boundsInParent;
2557 boundsInScreen.offset(locationOnScreen[0], locationOnScreen[1]);
2558 boundsInScreen);
2577 Rect boundsInScreen = boundsInParent;
2580 boundsInScreen.offset(locationOnScreen[0], locationOnScreen[1]);
2581 info.setBoundsInScreen(boundsInScreen);
2625 Rect boundsInScreen = boundsInParent;
2628 boundsInScreen.offset(locationOnScreen[0], locationOnScreen[1]);
2629 boundsInScreen.scale(applicationScale);
2630 info.setBoundsInScreen(boundsInScreen);