Searched refs:mDisplayOrientation (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
H A DFaceView.java41 private int mDisplayOrientation; field in class:FaceView
111 mDisplayOrientation = orientation;
113 Log.v(TAG, "mDisplayOrientation=" + orientation);
160 if (((rh > rw) && ((mDisplayOrientation == 0) || (mDisplayOrientation == 180)))
161 || ((rw > rh) && ((mDisplayOrientation == 90) || (mDisplayOrientation == 270)))) {
166 CameraUtil.prepareMatrix(mMatrix, mMirror, mDisplayOrientation, rw, rh);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DFaceView.java36 private int mDisplayOrientation; field in class:FaceView
67 mDisplayOrientation = orientation;
68 if (LOGV) Log.v(TAG, "mDisplayOrientation=" + orientation);
124 Util.prepareMatrix(mMatrix, mMirror, mDisplayOrientation, getWidth(), getHeight());
/packages/apps/Camera2/src/com/android/camera/
H A DFocusOverlayManager.java94 private int mDisplayOrientation; field in class:FocusOverlayManager
206 mDisplayOrientation = displayOrientation;
212 mCoordinateTransformer = new CameraCoordinateTransformer(mMirror, mDisplayOrientation,
H A DPhotoModule.java190 private int mDisplayOrientation; field in class:PhotoModule
743 mUI.onStartFaceDetection(mDisplayOrientation, isCameraFrontFacing());
1729 mDisplayOrientation = info.getPreviewOrientation(mDisplayRotation);
1730 mUI.setDisplayOrientation(mDisplayOrientation);
1732 mFocusManager.setDisplayOrientation(mDisplayOrientation);
1739 mDisplayRotation + ":" + mDisplayOrientation);
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
H A DFocusOverlayManager.java86 private int mDisplayOrientation; field in class:FocusOverlayManager
158 mDisplayOrientation = displayOrientation;
165 prepareMatrix(matrix, mMirror, mDisplayOrientation,
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
H A DVideoChatTestActivity.java150 private int mDisplayOrientation; field in class:VideoChatTestActivity.CameraTestRunner
155 mDisplayOrientation = params[0];
403 rotation = getAutoDisplayOrientation(mDisplayOrientation,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DSettingsValues.java63 public final int mDisplayOrientation; field in class:SettingsValues
215 mDisplayOrientation = res.getConfiguration().orientation;
289 return mDisplayOrientation == configuration.orientation;
431 sb.append("\n mDisplayOrientation = ");
432 sb.append("" + mDisplayOrientation);
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCamera.java212 private int mDisplayOrientation; field in class:Camera
388 mirror, mDisplayOrientation);
531 mFaceView.setDisplayOrientation(mDisplayOrientation);
1837 mDisplayOrientation = Util.getDisplayOrientation(mDisplayRotation, mCameraId);
1838 mCameraDevice.setDisplayOrientation(mDisplayOrientation);
1840 mFaceView.setDisplayOrientation(mDisplayOrientation);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java763 if (settingsValues.mDisplayOrientation != conf.orientation) {
929 Settings.getInstance().getCurrent().mDisplayOrientation,

Completed in 1214 milliseconds