OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOrientationManager
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/app/
AbstractGalleryActivity.java
59
private OrientationManager
mOrientationManager
;
76
mOrientationManager
= new OrientationManager(this);
137
return
mOrientationManager
;
214
mOrientationManager
.resume();
220
mOrientationManager
.pause();
PhotoPage.java
160
private OrientationManager
mOrientationManager
;
264
mOrientationManager
= mActivity.getOrientationManager();
265
mActivity.getGLRoot().setOrientationSource(
mOrientationManager
);
[
all
...]
/packages/apps/Camera2/src/com/android/camera/
WideAnglePanoramaModule.java
145
private OrientationManager
mOrientationManager
;
208
mOrientationManager
= new OrientationManager(activity);
534
mOrientationManager
.lockOrientation();
714
mOrientationManager
.unlockOrientation();
805
mOrientationManager
.pause();
[
all
...]
VideoModule.java
163
private OrientationManager
mOrientationManager
;
334
mOrientationManager
= new OrientationManager(mActivity);
676
mOrientationManager
.resume();
807
mOrientationManager
.pause();
[
all
...]
Completed in 77 milliseconds