Home | History | Annotate | Download | only in camera

Lines Matching refs:currentSelection

236         int currentSelection = mGvs.getCurrentSelection();
237 if (currentSelection < 0
238 || currentSelection >= mAllImages.getCount()) {
241 return mAllImages.getImageAt(currentSelection);