Searched refs:foundEnd (Results 1 – 3 of 3) sorted by relevance
375 boolean foundEnd = false;377 foundEnd = event.getFromIndex() == 0 ||379 Log.d(LOG_TAG, "scrollSwipe reached scroll end: " + foundEnd);384 foundEnd = event.getScrollY() == 0 ||386 Log.d(LOG_TAG, "Vertical scrollSwipe reached scroll end: " + foundEnd);389 foundEnd = event.getScrollX() == 0 ||391 Log.d(LOG_TAG, "Horizontal scrollSwipe reached scroll end: " + foundEnd);395 return !foundEnd;
397 bool foundEnd = false; in findJpegSize() local400 foundEnd = true; in findJpegSize()405 if (!foundEnd) { in findJpegSize()
298 bool foundEnd = false; in findJpegSize() local301 foundEnd = true; in findJpegSize()307 if (!foundEnd) { in findJpegSize()