Home | History | Annotate | Download | only in camera

Lines Matching refs:mCurrentSelection

130     private int mCurrentSelection = INDEX_NONE;
379 return mCurrentSelection;
401 if (mCurrentSelection == index) {
405 mCurrentSelection = Math.min(index, mCount - 1);
407 if (mCurrentSelection != INDEX_NONE) {
408 ensureVisible(mCurrentSelection);
473 mCurrentSelection = INDEX_NONE;
581 int sel = mCurrentSelection;
650 mListener.onImageClicked(mCurrentSelection);
694 if (mCurrentSelection == INDEX_NONE) return;
696 int row = mCurrentSelection / mColumns;
697 int col = mCurrentSelection - (row * mColumns);