Searched refs:foundEnd (Results 1 – 2 of 2) sorted by relevance
377 boolean foundEnd = false;379 foundEnd = event.getFromIndex() == 0 ||381 Log.d(LOG_TAG, "scrollSwipe reached scroll end: " + foundEnd);386 foundEnd = event.getScrollY() == 0 ||388 Log.d(LOG_TAG, "Vertical scrollSwipe reached scroll end: " + foundEnd);391 foundEnd = event.getScrollX() == 0 ||393 Log.d(LOG_TAG, "Horizontal scrollSwipe reached scroll end: " + foundEnd);397 return !foundEnd;
387 bool foundEnd = false; in findJpegSize() local390 foundEnd = true; in findJpegSize()395 if (!foundEnd) { in findJpegSize()