Lines Matching refs:currentSelection
236 int currentSelection = mGvs.getCurrentSelection();237 if (currentSelection < 0238 || currentSelection >= mAllImages.getCount()) {241 return mAllImages.getImageAt(currentSelection);