Пример #1
0
 @Override
 public boolean moveToPosition(int position) {
   checkClosed();
   return mCursor.moveToPosition(position);
 }