Home | History | Annotate | Download | only in applications

Lines Matching refs:mRect

28     final Rect mRect = new Rect();
71 mRect.top = off;
72 mRect.bottom = getHeight();
115 final int midTopY = mRect.top;
118 mColorPath.moveTo(indicatorLeft, mRect.top);
125 indicatorRight, mRect.top);
131 indicatorLeft+lineOffset, mRect.top);
135 indicatorRight-lineOffset, mRect.top);
147 mRect.left = left;
148 mRect.right = right;
150 canvas.drawRect(mRect, mPaint);
158 mRect.left = left;
159 mRect.right = right;
161 canvas.drawRect(mRect, mPaint);
169 mRect.left = left;
170 mRect.right = right;
172 canvas.drawRect(mRect, mPaint);