Home | History | Annotate | Download | only in calendar

Lines Matching refs:lines

116                 float[] lines = new float[16];
118 lines [ptr++] = 0;
119 lines [ptr++] = top;
120 lines [ptr++] = right;
121 lines [ptr++] = top;
122 lines [ptr++] = 0;
123 lines [ptr++] = bottom - halfBorderWidth;
124 lines [ptr++] = right;
125 lines [ptr++] = bottom - halfBorderWidth;
126 lines [ptr++] = left;
127 lines [ptr++] = 0;
128 lines [ptr++] = left;
129 lines [ptr++] = bottom;
130 lines [ptr++] = right - halfBorderWidth;
131 lines [ptr++] = 0;
132 lines [ptr++] = right - halfBorderWidth;
133 lines [ptr++] = bottom;
134 c.drawLines(lines, mPaint);