Searched defs:ROTATION_90 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
H A DOutputConfiguration.java64 public static final int ROTATION_90 = 1; field in class:OutputConfiguration
176 * application should set rotation to {@code ROTATION_90} and make sure the
202 * application should set rotation to {@code ROTATION_90} and make sure the
/frameworks/base/core/java/android/view/
H A DSurface.java138 @IntDef({ROTATION_0, ROTATION_90, ROTATION_180, ROTATION_270})
150 public static final int ROTATION_90 = 1; field in class:Surface
755 case Surface.ROTATION_90: {
756 return "ROTATION_90";

Completed in 336 milliseconds