OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOrientationListener
(Results
1 - 11
of
11
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/app/
OrientationManager.java
38
private MyOrientationEventListener
mOrientationListener
;
48
mOrientationListener
= new MyOrientationEventListener(activity);
55
mOrientationListener
.enable();
59
mOrientationListener
.disable();
/packages/apps/Camera2/src/com/android/camera/app/
OrientationManagerImpl.java
55
private final MyOrientationEventListener
mOrientationListener
;
82
mOrientationListener
= new MyOrientationEventListener(activity);
91
mOrientationListener
.enable();
95
mOrientationListener
.disable();
/developers/build/prebuilts/gradle/Camera2Raw/Application/src/main/java/com/example/android/camera2raw/
Camera2RawFragment.java
201
private OrientationEventListener
mOrientationListener
;
617
mOrientationListener
= new OrientationEventListener(getActivity(),
643
if (
mOrientationListener
!= null &&
mOrientationListener
.canDetectOrientation()) {
644
mOrientationListener
.enable();
650
if (
mOrientationListener
!= null) {
651
mOrientationListener
.disable();
[
all
...]
/developers/samples/android/media/Camera2Raw/Application/src/main/java/com/example/android/camera2raw/
Camera2RawFragment.java
201
private OrientationEventListener
mOrientationListener
;
617
mOrientationListener
= new OrientationEventListener(getActivity(),
643
if (
mOrientationListener
!= null &&
mOrientationListener
.canDetectOrientation()) {
644
mOrientationListener
.enable();
650
if (
mOrientationListener
!= null) {
651
mOrientationListener
.disable();
[
all
...]
/development/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/
Camera2RawFragment.java
201
private OrientationEventListener
mOrientationListener
;
617
mOrientationListener
= new OrientationEventListener(getActivity(),
643
if (
mOrientationListener
!= null &&
mOrientationListener
.canDetectOrientation()) {
644
mOrientationListener
.enable();
650
if (
mOrientationListener
!= null) {
651
mOrientationListener
.disable();
[
all
...]
/packages/apps/LegacyCamera/src/com/android/camera/
Camera.java
133
private MyOrientationEventListener
mOrientationListener
;
358
mOrientationListener
= new MyOrientationEventListener(Camera.this);
359
mOrientationListener
.enable();
440
mOrientationListener
.enable();
[
all
...]
VideoCamera.java
249
private MyOrientationEventListener
mOrientationListener
;
452
mOrientationListener
= new MyOrientationEventListener(this);
[
all
...]
/frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 569 milliseconds