Searched defs:mDisplayOrientation (Results 1 - 10 of 10) sorted by relevance

/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/Camera/src/com/android/camera/ui/
H A DFaceView.java45 private int mDisplayOrientation; field in class:FaceView
118 mDisplayOrientation = orientation;
119 if (LOGV) Log.v(TAG, "mDisplayOrientation=" + orientation);
185 if (((rh > rw) && ((mDisplayOrientation == 0) || (mDisplayOrientation == 180)))
186 || ((rw > rh) && ((mDisplayOrientation == 90) || (mDisplayOrientation == 270)))) {
191 Util.prepareMatrix(mMatrix, mMirror, mDisplayOrientation, rw, rh);
/packages/apps/Camera2/src/com/android/camera/ui/
H A DFaceView.java43 private int mDisplayOrientation; field in class:FaceView
124 mDisplayOrientation = orientation;
125 if (LOGV) Log.v(TAG, "mDisplayOrientation=" + orientation);
191 if (((rh > rw) && ((mDisplayOrientation == 0) || (mDisplayOrientation == 180)))
192 || ((rw > rh) && ((mDisplayOrientation == 90) || (mDisplayOrientation == 270)))) {
197 CameraUtil.prepareMatrix(mMatrix, mMirror, mDisplayOrientation, rw, rh);
/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/apps/Camera/src/com/android/camera/
H A DFocusOverlayManager.java86 private int mDisplayOrientation; field in class:FocusOverlayManager
168 mDisplayOrientation = displayOrientation;
179 Util.prepareMatrix(matrix, mMirror, mDisplayOrientation,
H A DPhotoModule.java236 private int mDisplayOrientation; field in class:PhotoModule
757 mFaceView.setDisplayOrientation(mDisplayOrientation);
1736 mFaceView.setDisplayOrientation(mDisplayOrientation);
1906 mDisplayOrientation = Util.getDisplayOrientation(mDisplayRotation, mCameraId);
1909 mFaceView.setDisplayOrientation(mDisplayOrientation);
1912 mFocusManager.setDisplayOrientation(mDisplayOrientation);
1971 mCameraDevice.setDisplayOrientation(mDisplayOrientation);
/packages/apps/Camera2/src/com/android/camera/
H A DFocusOverlayManager.java82 private int mDisplayOrientation; field in class:FocusOverlayManager
175 mDisplayOrientation = displayOrientation;
182 CameraUtil.prepareMatrix(matrix, mMirror, mDisplayOrientation,
H A DPhotoModule.java190 private int mDisplayOrientation; field in class:PhotoModule
605 mUI.onStartFaceDetection(mDisplayOrientation,
1446 mDisplayOrientation = CameraUtil.getDisplayOrientation(mDisplayRotation, mCameraId);
1447 mCameraDisplayOrientation = mDisplayOrientation;
1448 mUI.setDisplayOrientation(mDisplayOrientation);
1450 mFocusManager.setDisplayOrientation(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);
1824 mDisplayOrientation = Util.getDisplayOrientation(mDisplayRotation, mCameraId);
1825 mCameraDevice.setDisplayOrientation(mDisplayOrientation);
1827 mFaceView.setDisplayOrientation(mDisplayOrientation);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java210 private int mDisplayOrientation; field in class:LatinIME
553 mDisplayOrientation = getResources().getConfiguration().orientation;
737 if (mDisplayOrientation != conf.orientation) {
738 mDisplayOrientation = conf.orientation;
1182 if (mSettings.getCurrent().isSuggestionsRequested(mDisplayOrientation)) return;
1198 if (mSettings.getCurrent().isSuggestionsRequested(mDisplayOrientation)) return;
2186 if (currentSettings.isSuggestionsRequested(mDisplayOrientation)
2247 && currentSettings.isSuggestionsRequested(mDisplayOrientation) &&
2376 if (currentSettings.isSuggestionsRequested(mDisplayOrientation)) {
2449 if (!currentSettings.isSuggestionStripVisibleInOrientation(mDisplayOrientation))
[all...]

Completed in 205 milliseconds