Home | History | Annotate | Download | only in view

Lines Matching refs:intersect

5229      * does not intersect with this ViewGroup's bounds.
5247 if (!dirty.intersect(0, 0, mRight - left, mBottom - top)) {
5368 dirty.intersect(0, 0, mRight - mLeft, mBottom - mTop)) {
5425 boolean intersected = rect.intersect(0, 0, p.mRight - p.mLeft,
5434 boolean intersected = rect.intersect(0, 0, p.mRight - p.mLeft,
5540 rectIsVisible = rect.intersect(0, 0, width, height);
5546 rectIsVisible = rect.intersect(mPaddingLeft, mPaddingTop,
5552 rectIsVisible = rect.intersect(mClipBounds.left, mClipBounds.top, mClipBounds.right,