Home | History | Annotate | Download | only in calendar

Lines Matching full:draw

137     // These improve performance by minimizing calls to NinePatchDrawable.draw() for common
713 * Create a bitmap at the origin and draw the drawable to it using the bounds specified by rect.
724 // Draw the drawable into the bitmap at the origin.
727 drawable.draw(canvas);
748 * Draw the grid lines for the calendar
749 * @param canvas The canvas to draw on.
770 * Draw a single box onto the canvas.
775 * @param canvas The canvas to draw on.
783 // Only draw the selection if we are in the press state or if we have
820 // Draw the cell contents (excluding monthDay number)
837 drawEvents(day, canvas, r, p, true /*draw bb background*/);
849 drawEvents(day, canvas, r, p, true /*draw bb background*/);
852 // Draw week number
854 // Draw the banner
873 // Draw the number
891 // Draw the monthDay number
913 *easy to find tags draw number draw day*/
921 ///Create and draw the event busybits for this day
956 // Draw busybits for a single event