Searched refs:orientation (Results 1 – 18 of 18) sorted by relevance
39 Camera.CameraInfo.CAMERA_FACING_FRONT -> (360 - ((orientation + degrees) % 360)) % 360 in calculatePreviewOrientation()40 Camera.CameraInfo.CAMERA_FACING_BACK -> (orientation - degrees + 360) % 360 in calculatePreviewOrientation()41 else -> orientation in calculatePreviewOrientation()
33 360 - ((orientation + degrees) % 360) % 360 in calculatePreviewOrientation()36 (orientation - degrees + 360) % 360 in calculatePreviewOrientation()
94 result = (info.orientation + degrees) % 360; in calculatePreviewOrientation()97 result = (info.orientation - degrees + 360) % 360; in calculatePreviewOrientation()137 int orientation = calculatePreviewOrientation(mCameraInfo, mDisplayOrientation); in surfaceChanged() local138 mCamera.setDisplayOrientation(orientation); in surfaceChanged()
14 android:orientation="vertical"26 android:orientation="vertical"
445 int orientation = getResources().getConfiguration().orientation; in openCamera() local446 if (orientation == Configuration.ORIENTATION_LANDSCAPE) { in openCamera()
245 if (config.orientation == Configuration.ORIENTATION_LANDSCAPE) { in <lambda>()
213 if (config.orientation == Configuration.ORIENTATION_LANDSCAPE) { in <lambda>()
281 if (config.orientation == Configuration.ORIENTATION_LANDSCAPE) { in adjustFullScreen()
225 if (config.orientation == Configuration.ORIENTATION_LANDSCAPE) { in adjustFullScreen()
573 int orientation = getResources().getConfiguration().orientation; in setUpCameraOutputs() local574 if (orientation == Configuration.ORIENTATION_LANDSCAPE) { in setUpCameraOutputs()
32 `android:configChanges=screenSize|smallestScreenSize|screenLayout|orientation`
33 `android:configChanges=screenSize|smallestScreenSize|screenLayout|orientation`
347 if (resources.configuration.orientation == Configuration.ORIENTATION_LANDSCAPE) { in openCamera()
367 if (resources.configuration.orientation == Configuration.ORIENTATION_LANDSCAPE) { in setUpCameraOutputs()
530 <#-- TODO(chansuk): check orientation value. -->
621 public void onOrientationChanged(int orientation) { in onViewCreated()
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...