Home
last modified time | relevance | path

Searched refs:foundEnd (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DInteractionController.java375 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;
/frameworks/av/services/camera/libcameraservice/api1/client2/
DJpegProcessor.cpp397 bool foundEnd = false; in findJpegSize() local
400 foundEnd = true; in findJpegSize()
405 if (!foundEnd) { in findJpegSize()
/frameworks/av/services/camera/libcameraservice/tests/
DNV12Compressor.cpp298 bool foundEnd = false; in findJpegSize() local
301 foundEnd = true; in findJpegSize()
307 if (!foundEnd) { in findJpegSize()