Home | History | Annotate | Download | only in browse

Lines Matching defs:move

1134      * Move to the next not-deleted item in the conversation
1156 * Move to the previous not-deleted item in the conversation
1207 // Handle the "move to first" case before anything else; moveToPosition(0) in an empty
1209 // But we don't want to return true on a subsequent "move to first", which we would if we
1212 LogUtils.d(LOG_TAG, "*** Underlying cursor position is -1 asking to move from %d to %d",
1232 // Optimization if it's easier to move forward to position instead of backward
1234 LogUtils.i(LOG_TAG, "*** Move from %d to %d, starting from first", mPosition, pos);
1263 public boolean move(int offset) {
1264 throw new UnsupportedOperationException("move unsupported!");
2271 * Move the failed messages in the specified conversation from the current folder to drafts