Searched defs:onOrientationChanged (Results 1 - 4 of 4) 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.java44 * Returned from onOrientationChanged when the device orientation cannot be determined
47 * @see #onOrientationChanged
85 * {@link #onOrientationChanged} when the device orientation changes.
144 onOrientationChanged(orientation);
173 abstract public void onOrientationChanged(int orientation); method in class:OrientationEventListener
H A DWindowOrientationListener.java74 * {@link #onOrientationChanged} when the device orientation changes.
201 onOrientationChanged(mSensorRotation);
225 abstract public void onOrientationChanged(int rotation); method in class:WindowOrientationListener
/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DPhoneWindowManager.java323 public void onOrientationChanged(int rotation) { method in class:PhoneWindowManager.MyOrientationListener
325 if (localLOGV) Log.v(TAG, "onOrientationChanged, rotation changed to " +rotation);

Completed in 106 milliseconds