Searched refs:mDisplayOrientation (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | FaceView.java | 41 private int mDisplayOrientation; field in FaceView 111 mDisplayOrientation = orientation; in setDisplayOrientation() 160 if (((rh > rw) && ((mDisplayOrientation == 0) || (mDisplayOrientation == 180))) in onDraw() 161 … || ((rw > rh) && ((mDisplayOrientation == 90) || (mDisplayOrientation == 270)))) { in onDraw() 166 CameraUtil.prepareMatrix(mMatrix, mMirror, mDisplayOrientation, rw, rh); in onDraw()
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | FaceView.java | 36 private int mDisplayOrientation; field in FaceView 67 mDisplayOrientation = orientation; in setDisplayOrientation() 124 Util.prepareMatrix(mMatrix, mMirror, mDisplayOrientation, getWidth(), getHeight()); in onDraw()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
D | SettingsValues.java | 63 public final int mDisplayOrientation; field in SettingsValues 215 mDisplayOrientation = res.getConfiguration().orientation; in SettingsValues() 289 return mDisplayOrientation == configuration.orientation; in hasSameOrientation() 432 sb.append("" + mDisplayOrientation); in dump()
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/ |
D | FocusOverlayManager.java | 86 private int mDisplayOrientation; field in FocusOverlayManager 158 mDisplayOrientation = displayOrientation; in setDisplayOrientation() 165 prepareMatrix(matrix, mMirror, mDisplayOrientation, in setMatrix()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | FocusOverlayManager.java | 94 private int mDisplayOrientation; field in FocusOverlayManager 206 mDisplayOrientation = displayOrientation; in setDisplayOrientation() 212 mCoordinateTransformer = new CameraCoordinateTransformer(mMirror, mDisplayOrientation, in resetCoordinateTransformer()
|
D | PhotoModule.java | 190 private int mDisplayOrientation; field in PhotoModule 743 mUI.onStartFaceDetection(mDisplayOrientation, isCameraFrontFacing()); in startFaceDetection() 1729 mDisplayOrientation = info.getPreviewOrientation(mDisplayRotation); in setDisplayOrientation() 1730 mUI.setDisplayOrientation(mDisplayOrientation); in setDisplayOrientation() 1732 mFocusManager.setDisplayOrientation(mDisplayOrientation); in setDisplayOrientation() 1739 mDisplayRotation + ":" + mDisplayOrientation); in setDisplayOrientation()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | Camera.java | 212 private int mDisplayOrientation; field in Camera 388 mirror, mDisplayOrientation); in initializeFirstTime() 531 mFaceView.setDisplayOrientation(mDisplayOrientation); in startFaceDetection() 1837 mDisplayOrientation = Util.getDisplayOrientation(mDisplayRotation, mCameraId); in setDisplayOrientation() 1838 mCameraDevice.setDisplayOrientation(mDisplayOrientation); in setDisplayOrientation() 1840 mFaceView.setDisplayOrientation(mDisplayOrientation); in setDisplayOrientation()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | LatinIME.java | 764 if (settingsValues.mDisplayOrientation != conf.orientation) { in onConfigurationChanged() 930 Settings.getInstance().getCurrent().mDisplayOrientation, in onStartInputViewInternal()
|