HomeSort by relevance Sort by last modified time
    Searched refs:hasFocuser (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
StillCaptureTest.java 242 if (!(mStaticInfo.hasFocuser() && maxAfRegions > 0)) {
449 boolean hasFocuser = mStaticInfo.hasFocuser();
475 boolean canSetAfRegion = hasFocuser && (afRegions != null) &&
477 if (hasFocuser) {
498 if (hasFocuser) {
589 if (hasFocuser) {
    [all...]
StaticMetadataTest.java 337 if (mStaticInfo.hasFocuser()) {
357 if (mStaticInfo.hasFocuser()) {
BurstCaptureTest.java 180 if (mStaticInfo.hasFocuser()) {
CameraDeviceTest.java     [all...]
CaptureRequestTest.java 418 if (!mStaticInfo.hasFocuser()) {
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java 300 public boolean hasFocuser() {
314 boolean hasFocuser = false;
321 hasFocuser = true;
326 return hasFocuser;
814 if (hasFocuser()) {
    [all...]
Camera2Focuser.java 123 if (!mStaticInfo.hasFocuser()) {

Completed in 188 milliseconds