Home
last modified time | relevance | path

Searched refs:hasRight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/database/
DCursorJoiner.java164 boolean hasRight = !mCursorRight.isAfterLast(); in next()
166 if (hasLeft && hasRight) { in next()
183 assert hasRight; in next() local
/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp422 bool hasRight(change.crop().rectangle().right() == CROP_UPDATE.right); in cropUpdateFound() local
424 if (hasLeft && hasRight && hasTop && hasBottom && !foundCrop) { in cropUpdateFound()
427 else if (hasLeft && hasRight && hasTop && hasBottom && foundCrop) { in cropUpdateFound()
438 bool hasRight(change.final_crop().rectangle().right() == CROP_UPDATE.right); in finalCropUpdateFound() local
440 if (hasLeft && hasRight && hasTop && hasBottom && !foundFinalCrop) { in finalCropUpdateFound()
443 else if (hasLeft && hasRight && hasTop && hasBottom && foundFinalCrop) { in finalCropUpdateFound()
482 bool hasRight(traceRegion.right() == CROP_UPDATE.right); in transparentRegionHintUpdateFound() local
484 if (hasLeft && hasRight && hasTop && hasBottom && !foundTransparentRegion) { in transparentRegionHintUpdateFound()
487 else if (hasLeft && hasRight && hasTop && hasBottom && foundTransparentRegion) { in transparentRegionHintUpdateFound()