Searched refs:moveCursorTo (Results 1 – 2 of 2) sorted by relevance
73 if (mCursor != null && moveCursorTo(position)) { in getItem()95 if (moveCursorTo(position)) { in instantiateItem()145 if (mCursor != null && moveCursorTo(position)) { in getDataItem()156 if (mCursor != null && moveCursorTo(position)) { in getItemId()208 if (moveCursorTo(index)) { in makeFragmentName()220 private boolean moveCursorTo(int position) { in moveCursorTo() method in BaseCursorPagerAdapter
630 moveCursorTo(mRow + 1, 1); in cr()667 moveCursorTo(pac.getRow(), pac.getCol()); in writePAC()669 moveCursorTo(pac.getRow(), 1); in writePAC()688 private void moveCursorTo(int row, int col) { in moveCursorTo() method in CCParser.CCMemory