OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOrientationListener
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera/src/com/android/camera/
Camera.java
137
private OrientationEventListener
mOrientationListener
;
303
mOrientationListener
= new OrientationEventListener(Camera.this) {
327
mOrientationListener
.enable();
395
mOrientationListener
.enable();
[
all
...]
/frameworks/policies/base/phone/com/android/internal/policy/impl/
PhoneWindowManager.java
330
MyOrientationListener
mOrientationListener
;
399
if (!
mOrientationListener
.canDetectOrientation()) {
414
mOrientationListener
.enable();
422
mOrientationListener
.disable();
489
mOrientationListener
= new MyOrientationListener(mContext);
[
all
...]
Completed in 61 milliseconds