OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDisplayOrientation
(Results
1 - 10
of
10
) sorted by null
/packages/apps/Camera/src/com/android/camera/ui/
FaceView.java
45
private int
mDisplayOrientation
;
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/
FaceView.java
43
private int
mDisplayOrientation
;
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/apps/LegacyCamera/src/com/android/camera/ui/
FaceView.java
36
private int
mDisplayOrientation
;
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/
FocusOverlayManager.java
86
private int
mDisplayOrientation
;
168
mDisplayOrientation
= displayOrientation;
179
Util.prepareMatrix(matrix, mMirror,
mDisplayOrientation
,
PhotoModule.java
236
private int
mDisplayOrientation
;
757
mFaceView.setDisplayOrientation(
mDisplayOrientation
);
[
all
...]
/packages/apps/Camera2/src/com/android/camera/
FocusOverlayManager.java
81
private int
mDisplayOrientation
;
185
mDisplayOrientation
= displayOrientation;
192
CameraUtil.prepareMatrix(matrix, mMirror,
mDisplayOrientation
, getPreviewRect());
PhotoModule.java
191
private int
mDisplayOrientation
;
612
mUI.onStartFaceDetection(
mDisplayOrientation
,
[
all
...]
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
VideoChatTestActivity.java
150
private int
mDisplayOrientation
;
155
mDisplayOrientation
= params[0];
403
rotation = getAutoDisplayOrientation(
mDisplayOrientation
,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java
210
private int
mDisplayOrientation
;
553
mDisplayOrientation
= getResources().getConfiguration().orientation;
[
all
...]
/packages/apps/LegacyCamera/src/com/android/camera/
Camera.java
212
private int
mDisplayOrientation
;
388
mirror,
mDisplayOrientation
);
531
mFaceView.setDisplayOrientation(
mDisplayOrientation
);
[
all
...]
Completed in 217 milliseconds