HomeSort by relevance Sort by last modified time
    Searched defs:facing (Results 1 - 5 of 5) sorted by null

  /frameworks/base/include/camera/
Camera.h 89 // preview display of front-facing cameras is flipped horizontally before
108 CAMERA_FACING_BACK = 0, /* The facing of the camera is opposite to that of the screen. */
109 CAMERA_FACING_FRONT = 1 /* The facing of the camera is the same as that of the screen. */
118 int facing; member in struct:android::CameraInfo
126 * back-facing camera sensor is mounted in landscape. You are looking at
129 * 90. If the top side of a front-facing camera sensor is aligned with
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 37 jfieldID facing; member in struct:fields_t
308 env->SetIntField(info_obj, fields.facing, cameraInfo.facing);
691 { "android/hardware/Camera$CameraInfo", "facing", "I", &fields.facing },
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 1390 int facing = info.facing; local
    [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java 158 * The facing of the camera is opposite to that of the screen.
163 * The facing of the camera is the same as that of the screen.
171 public int facing; field in class:Camera.CameraInfo
179 * back-facing camera sensor is mounted in landscape. You are looking at
182 * 90. If the top side of a front-facing camera sensor is aligned with
224 * Creates a new Camera object to access the first back-facing camera on the
225 * device. If the device does not have a back-facing camera, this returns
234 if (cameraInfo.facing == CameraInfo.CAMERA_FACING_BACK) {
    [all...]
  /prebuilt/sdk/9/
android.jar 

Completed in 155 milliseconds