Lines Matching refs:getCount
141 boolean showNext = mCurrentPosition < mAllImages.getCount() - 1; in updateNextPrevControls()
411 if (mAllImages.getCount() > 0) { in onCreateOptionsMenu()
438 if (mAllImages.getCount() == 0) {
442 if (mCurrentPosition == mAllImages.getCount()) {
759 || mShuffleOrder.length != mAllImages.getCount()) { in generateShuffleOrder()
760 mShuffleOrder = new int[mAllImages.getCount()]; in generateShuffleOrder()
861 (mCurrentPosition + 1) % mAllImages.getCount(), in loadNextImage()
903 if (mAllImages.getCount() == 0) return null; in getCurrentUri()
931 int count = mAllImages.getCount(); in onStart()
1050 if ((0 <= nextImagePos) && (nextImagePos < mAllImages.getCount())) { in moveNextOrPrevious()
1178 && nextImagePos < mViewImage.mAllImages.getCount()) {