Home | History | Annotate | Download | only in view

Lines Matching refs:maxBottom

10617                     int maxBottom;
10619 maxBottom = mBottom;
10621 maxBottom = bottom;
10623 invalidate(0, 0, mRight - mLeft, maxBottom - mTop);
11247 int maxBottom;
11251 maxBottom = mBottom;
11255 maxBottom = mBottom + offset;
11258 r.set(0, yLoc, mRight - mLeft, maxBottom - minTop);