HomeSort by relevance Sort by last modified time
    Searched refs:moveCursorTo (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
BaseCursorPagerAdapter.java 73 if (mCursor != null && moveCursorTo(position)) {
95 if (moveCursorTo(position)) {
145 if (mCursor != null && moveCursorTo(position)) {
156 if (mCursor != null && moveCursorTo(position)) {
208 if (moveCursorTo(index)) {
220 private boolean moveCursorTo(int position) {
  /frameworks/base/media/java/android/media/
ClosedCaptionRenderer.java 811 moveCursorTo(mRow + 1, 1);
848 moveCursorTo(pac.getRow(), pac.getCol());
850 moveCursorTo(pac.getRow(), 1);
868 private void moveCursorTo(int row, int col) {
    [all...]

Completed in 70 milliseconds