Beispiel #1
0
 private void redrawArrowButton() {
   mTabFolder.redraw(
       mArrowButtonBounds.x,
       mArrowButtonBounds.y,
       mArrowButtonBounds.width,
       mArrowButtonBounds.height,
       false);
 }
Beispiel #2
0
 public void redrawContents() {
   mTabFolder.redraw();
 }