HomeSort by relevance Sort by last modified time
    Searched refs:onOrientationChanged (Results 1 - 24 of 24) 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);
  /cts/tests/tests/view/src/android/view/cts/
OrientationEventListenerTest.java 61 public void onOrientationChanged(int orientation) {
OrientationListenerTest.java 103 public void onOrientationChanged(int orientation) {
  /packages/apps/Camera/src/com/android/camera/
CameraModule.java 71 public void onOrientationChanged(int orientation);
CameraActivity.java 125 public void onOrientationChanged(int orientation) {
131 mCurrentModule.onOrientationChanged(orientation);
159 mCurrentModule.onOrientationChanged(mLastRawOrientation);
PanoramaModule.java 208 public void onOrientationChanged(int orientation) {
    [all...]
PhotoModule.java     [all...]
VideoModule.java 552 public void onOrientationChanged(int orientation) {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CameraModule.java 62 public void onOrientationChanged(int orientation);
CameraActivity.java 195 public void onOrientationChanged(int orientation) {
203 mCurrentModule.onOrientationChanged(orientation);
    [all...]
WideAnglePanoramaModule.java 186 public void onOrientationChanged(int orientation) {
    [all...]
VideoModule.java 429 public void onOrientationChanged(int orientation) {
    [all...]
PhotoModule.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
OrientationManager.java 126 public void onOrientationChanged(int orientation) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
OrientationManager.java 121 public void onOrientationChanged(int orientation) {
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java 212 public void onOrientationChanged(int orientation) {
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java     [all...]
VideoCamera.java 547 public void onOrientationChanged(int orientation) {
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 78 milliseconds