Home | History | Annotate | Download | only in view

Lines Matching refs:mClipBounds

5016         if (rectIsVisible && mClipBounds != null) {
5018 rectIsVisible = rect.intersect(mClipBounds.left, mClipBounds.top, mClipBounds.right,
5019 mClipBounds.bottom);