OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLastRawOrientation
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera/src/com/android/camera/
CameraActivity.java
57
private int
mLastRawOrientation
= OrientationEventListener.ORIENTATION_UNKNOWN;
130
mLastRawOrientation
= orientation;
159
mCurrentModule.onOrientationChanged(
mLastRawOrientation
);
/packages/apps/Gallery2/src/com/android/camera/
CameraActivity.java
69
private int
mLastRawOrientation
= OrientationEventListener.ORIENTATION_UNKNOWN;
169
mLastRawOrientation
= orientation;
224
mCurrentModule.onOrientationChanged(
mLastRawOrientation
);
Completed in 1627 milliseconds