Searched defs:onOrientationChanged (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DOrientationListener.java33 * Returned from onOrientationChanged when the device orientation cannot be determined
36 * @see #onOrientationChanged
73 public void onOrientationChanged(int orientation) { method in class:OrientationListener.OrientationEventListenerInternal
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); method in class:OrientationListener
H A DOrientationEventListener.java43 * 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); method in class:OrientationEventListener

Completed in 6 milliseconds