Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/ui/
DFaceView.java36 private int mDisplayOrientation; field in FaceView
67 mDisplayOrientation = orientation; in setDisplayOrientation()
124 Util.prepareMatrix(mMatrix, mMirror, mDisplayOrientation, getWidth(), getHeight()); in onDraw()
/packages/apps/Camera/src/com/android/camera/ui/
DFaceView.java36 private int mDisplayOrientation; field in FaceView
67 mDisplayOrientation = orientation; in setDisplayOrientation()
127 Util.prepareMatrix(mMatrix, mMirror, mDisplayOrientation, getWidth(), getHeight()); in onDraw()
/packages/apps/Camera/src/com/android/camera/
DFocusManager.java89 private int mDisplayOrientation; field in FocusManager
176 mDisplayOrientation = displayOrientation; in setDisplayOrientation()
187 Util.prepareMatrix(matrix, mMirror, mDisplayOrientation, in setMatrix()
DCamera.java203 private int mDisplayOrientation; field in Camera
539 mFaceView.setDisplayOrientation(mDisplayOrientation); in startFaceDetection()
1756 mFaceView.setDisplayOrientation(mDisplayOrientation); in onConfigurationChanged()
1896 mDisplayOrientation = Util.getDisplayOrientation(mDisplayRotation, mCameraId); in setDisplayOrientation()
1899 mFaceView.setDisplayOrientation(mDisplayOrientation); in setDisplayOrientation()
1901 mFocusManager.setDisplayOrientation(mDisplayOrientation); in setDisplayOrientation()
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
DVideoChatTestActivity.java150 private int mDisplayOrientation; field in VideoChatTestActivity.CameraTestRunner
155 mDisplayOrientation = params[0]; in doInBackground()
403 rotation = getAutoDisplayOrientation(mDisplayOrientation, in TestCamera()
/packages/apps/LegacyCamera/src/com/android/camera/
DCamera.java212 private int mDisplayOrientation; field in Camera
388 mirror, mDisplayOrientation); in initializeFirstTime()
531 mFaceView.setDisplayOrientation(mDisplayOrientation); in startFaceDetection()
1824 mDisplayOrientation = Util.getDisplayOrientation(mDisplayRotation, mCameraId); in setDisplayOrientation()
1825 mCameraDevice.setDisplayOrientation(mDisplayOrientation); in setDisplayOrientation()
1827 mFaceView.setDisplayOrientation(mDisplayOrientation); in setDisplayOrientation()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java189 private int mDisplayOrientation; field in LatinIME
431 mDisplayOrientation = res.getConfiguration().orientation; in onCreate()
569 if (mDisplayOrientation != conf.orientation) { in onConfigurationChanged()
570 mDisplayOrientation = conf.orientation; in onConfigurationChanged()
1718 && mDisplayOrientation == Configuration.ORIENTATION_PORTRAIT); in isShowingSuggestionsStrip()