Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/
DCursorJoiner.java163 boolean hasLeft = !mCursorLeft.isAfterLast(); in next()
166 if (hasLeft && hasRight) { in next()
180 } else if (hasLeft) { in next()
/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp465 bool hasLeft(change.crop().rectangle().left() == CROP_UPDATE.left); in cropUpdateFound() local
469 if (hasLeft && hasRight && hasTop && hasBottom && !foundCrop) { in cropUpdateFound()
471 } else if (hasLeft && hasRight && hasTop && hasBottom && foundCrop) { in cropUpdateFound()
504 bool hasLeft(traceRegion.left() == CROP_UPDATE.left); in transparentRegionHintUpdateFound() local
508 if (hasLeft && hasRight && hasTop && hasBottom && !foundTransparentRegion) { in transparentRegionHintUpdateFound()
510 } else if (hasLeft && hasRight && hasTop && hasBottom && foundTransparentRegion) { in transparentRegionHintUpdateFound()