Home | History | Annotate | Download | only in widget

Lines Matching defs:mTempRect

104     private final Rect mTempRect = new Rect();
556 mTempRect.set(0, 0, child.getWidth(), child.getHeight());
557 offsetDescendantRectToMyCoords(child, mTempRect);
582 return mTempRect.bottom > clipEdge;