OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MyOrientationEventListener
(Results
1 - 2
of
2
) sorted by null
/packages/apps/LegacyCamera/src/com/android/camera/
Camera.java
133
private
MyOrientationEventListener
mOrientationListener;
358
mOrientationListener = new
MyOrientationEventListener
(Camera.this);
[
all
...]
VideoCamera.java
249
private
MyOrientationEventListener
mOrientationListener;
452
mOrientationListener = new
MyOrientationEventListener
(this);
540
private class
MyOrientationEventListener
542
public
MyOrientationEventListener
(Context context) {
[
all
...]
Completed in 573 milliseconds