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

/frameworks/base/core/java/android/hardware/camera2/params/
H A DOutputConfiguration.java108 public static final int ROTATION_90 = 1; field in class:OutputConfiguration
220 * application should set rotation to {@code ROTATION_90} and make sure the
246 * application should set rotation to {@code ROTATION_90} and make sure the
/frameworks/base/core/java/android/view/
H A DSurface.java144 ROTATION_90,
159 public static final int ROTATION_90 = 1; field in class:Surface
819 case Surface.ROTATION_90: {
820 return "ROTATION_90";

Completed in 124 milliseconds