Ejemplo n.º 1
0
 @Override
 public boolean move(int offset) {
   checkClosed();
   return mCursor.move(offset);
 }