Searched refs:hasFocuser (Results 1 – 3 of 3) sorted by relevance
202 boolean hasFocuser = mStaticInfo.hasFocuser(); in takePictureTestByCamera()228 boolean canSetAfRegion = hasFocuser && (afRegions != null) && in takePictureTestByCamera()230 if (hasFocuser) { in takePictureTestByCamera()251 if (hasFocuser) { in takePictureTestByCamera()361 if (hasFocuser) { in takePictureTestByCamera()623 mStaticInfo.hasFocuser()); in isRegionsSupportedFor3A()624 isRegionsSupported = isRegionsSupported && mStaticInfo.hasFocuser(); in isRegionsSupportedFor3A()
346 public boolean hasFocuser() { in hasFocuser() method in StaticMetadata360 boolean hasFocuser = false; in hasFocuser()367 hasFocuser = true; in hasFocuser()372 return hasFocuser; in hasFocuser()927 if (hasFocuser()) { in getHyperfocalDistanceChecked()1255 if (hasFocuser()) { in getAfAvailableModesChecked()
126 if (!mStaticInfo.hasFocuser()) { in Camera2Focuser()