Example #1
0
 protected void updateViewport() {
   int left = getScrollX();
   int top = getScrollY();
   int right = left + getWidth();
   int bottom = top + getHeight();
   mDetailLevelManager.updateViewport(left, top, right, bottom);
 }