OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:onorientationchanged
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/core/java/android/view/
OrientationListener.java
33
* Returned from
onOrientationChanged
when the device orientation cannot be determined
36
* @see #
onOrientationChanged
73
public void
onOrientationChanged
(int orientation) {
74
OrientationListener.this.
onOrientationChanged
(orientation);
80
* {@link #
onOrientationChanged
} when the device orientation changes.
97
// just ignore the call here
onOrientationChanged
is invoked anyway
102
* Look at {@link android.view.OrientationEventListener#
onOrientationChanged
}
108
abstract public void
onOrientationChanged
(int orientation);
OrientationEventListener.java
43
* Returned from
onOrientationChanged
when the device orientation cannot be determined
46
* @see #
onOrientationChanged
84
* {@link #
onOrientationChanged
} when the device orientation changes.
143
onOrientationChanged
(orientation);
172
abstract public void
onOrientationChanged
(int orientation);
WindowOrientationListener.java
91
* {@link #
onOrientationChanged
} when the device orientation changes.
/cts/tests/tests/view/src/android/view/cts/
OrientationListenerTest.java
132
notes = "Test {@link OrientationListener#
onOrientationChanged
(int)}. "
134
+ "{@link OrientationListener#
onOrientationChanged
(int)} "
166
public void
onOrientationChanged
(int orientation) {
OrientationEventListenerTest.java
105
public void
onOrientationChanged
(int orientation) {
/packages/apps/Camera/src/com/android/camera/panorama/
PanoramaActivity.java
209
public void
onOrientationChanged
(int orientation) {
[
all
...]
/packages/apps/Camera/src/com/android/camera/
Camera.java
[
all
...]
VideoCamera.java
547
public void
onOrientationChanged
(int orientation) {
[
all
...]
/frameworks/base/core/java/android/hardware/
Camera.java
[
all
...]
Completed in 162 milliseconds