Searched refs:onOrientationChanged (Results 1 - 6 of 6) 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
/frameworks/base/services/core/java/com/android/server/audio/
H A DRotationHelper.java139 public void onOrientationChanged(int orientation) { method in class:RotationHelper.AudioOrientationListener
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java111 public void onOrientationChanged() { method in class:PrintPreviewController
116 mPageAdapter.onOrientationChanged();
H A DPageAdapter.java163 public void onOrientationChanged() { method in class:PageAdapter
H A DPrintActivity.java630 mPrintPreviewController.onOrientationChanged();

Completed in 99 milliseconds