Searched refs:isZoomSupported (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DCameraCapabilities.java111 dest.writeByte((byte) (isZoomSupported() ? 1 : 0));
120 public boolean isZoomSupported() { method in class:CameraCapabilities
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCameraStressTest.java186 if (!params.isSmoothZoomSupported() && !params.isZoomSupported()) {
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DParameterUtils.java656 if (!params.isZoomSupported()) {
697 if (!params.isZoomSupported()) {
H A DLegacyRequestMapper.java77 if (params.isZoomSupported()) {
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCameraCapabilities.java61 if (p.isZoomSupported()) {
/frameworks/base/core/java/android/hardware/
H A DCamera.java3691 * progress. Applications should check {@link #isZoomSupported} before
3706 * same in zoom. Applications should check {@link #isZoomSupported}
3721 public boolean isZoomSupported() { method in class:Camera.Parameters
3729 * Applications should call {@link #isZoomSupported} before using this
3741 * {@link #isZoomSupported} before using this method.

Completed in 232 milliseconds