Home
last modified time | relevance | path

Searched refs:cameraInfo (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCamera.java189 protected static void getCameraInfo(int cameraId, Camera.CameraInfo cameraInfo) { in getCameraInfo() argument
191 cameraInfo.facing = foundCam.facing; in getCameraInfo()
192 cameraInfo.orientation = foundCam.orientation; in getCameraInfo()