Home | History | Annotate | Download | only in widget

Lines Matching refs:boundsInParent

2550             Rect boundsInParent = mTempRect;
2551 boundsInParent.set(left, top, right, bottom);
2552 info.setVisibleToUser(isVisibleToUser(boundsInParent));
2553 info.setBoundsInParent(boundsInParent);
2554 Rect boundsInScreen = boundsInParent;
2573 Rect boundsInParent = mTempRect;
2574 boundsInParent.set(left, top, right, bottom);
2575 info.setVisibleToUser(isVisibleToUser(boundsInParent));
2576 info.setBoundsInParent(boundsInParent);
2577 Rect boundsInScreen = boundsInParent;
2618 Rect boundsInParent = mTempRect;
2619 boundsInParent.set(left, top, right, bottom);
2620 boundsInParent.scale(applicationScale);
2621 info.setBoundsInParent(boundsInParent);
2625 Rect boundsInScreen = boundsInParent;