Searched refs:findBaseImageIndex (Results 1 – 1 of 1) sorted by relevance
178 int findBaseImageIndex = similarUpToIndex; in process() local179 if (findBaseImageIndex > -1) { in process()180 while (findBaseImageIndex > 0 in process()181 && mSteps.elementAt(findBaseImageIndex).cache == null) { in process()182 findBaseImageIndex--; in process()184 cacheBitmap = mSteps.elementAt(findBaseImageIndex).cache; in process()188 Log.v(LOGTAG, "found baseImageIndex: " + findBaseImageIndex + " max is " in process()208 for (int i = findBaseImageIndex; i < mSteps.size(); i++) { in process()