Lines Matching refs:repaint

370             repaint(PAINT_HSCROLL);
373 repaint(PAINT_VSCROLL);
382 public void repaint() {
383 repaint(getFirstVisibleItem(), getLastVisibleItem(), PAINT_ALL);
386 private void repaint(int options) {
387 repaint(getFirstVisibleItem(), getLastVisibleItem(), options);
390 private void repaint(int firstItem, int lastItem, int options) {
391 repaint(firstItem, lastItem, options, null, null);
397 * the component. The areas to repaint is specified by the option
406 * @param firstItem the position of the first item of the range to repaint
407 * @param lastItem the position of the last item of the range to repaint
408 * @param options specifies the particular area of the component to repaint
412 private void repaint(int firstItem, int lastItem, int options, Rectangle source, Point distance) {
430 repaint(PAINT_FOCUS);
435 repaint(PAINT_FOCUS);
576 repaint();
614 repaint(PAINT_FOCUS);
722 repaint(oldSel, eventIndex, PAINT_ITEMS);
729 repaint(PAINT_FOCUS);
817 repaint(PAINT_HIDEFOCUS);
830 repaint(PAINT_FOCUS);
838 repaint(PAINT_HIDEFOCUS);
851 repaint(PAINT_FOCUS);
872 repaint();
892 repaint();
899 repaint();
906 repaint();
925 repaint();
941 repaint();
1007 repaint(oldSel, eventIndex, PAINT_ITEMS);
1012 repaint(PAINT_FOCUS);
1026 repaint(PAINT_ITEMS);
1088 // Scrollbars are being added or removed, so we must repaint all
1099 repaint(addedIndex, getLastVisibleItem(), options);
1140 // repaint must also be done if scrollbars appear/disappear, which
1206 repaint(s, oldLastDisplayed, options);
1215 repaint(PAINT_FOCUS);
1224 // NOTE: instead of recalculating and the calling repaint(), painting
1245 repaint(oldSel, oldSel, PAINT_ITEMS);
1262 repaint(index, index, PAINT_ITEMS);
1296 repaint(index, index, PAINT_ITEMS);
1335 repaint();
1468 repaint(firstItem, lastItem, options, source, distance);
1495 repaint(vsb.getValue(), lastItemDisplayed(), options, source, distance);
1666 repaint();