Searched refs:onRotationChanged (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/
H A DIRotationWatcher.aidl24 void onRotationChanged(int rotation);
H A DIMagnificationCallbacks.aidl27 void onRotationChanged(int rotation);
/frameworks/base/core/java/android/hardware/
H A DLegacySensorManager.java57 public void onRotationChanged(int rotation) {
58 LegacySensorManager.onRotationChanged(rotation);
193 static void onRotationChanged(int rotation) { method in class:LegacySensorManager
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardFaceUnlockView.java59 public void onRotationChanged(int rotation) {
60 if (DEBUG) Log.d(TAG, "onRotationChanged(): " + mLastRotation + "->" + rotation);
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java296 public void onRotationChanged(int rotation) { method in class:ScreenMagnifier
/frameworks/base/services/java/com/android/server/wm/
H A DDisplayMagnifier.java740 mCallbacks.onRotationChanged(rotation);
H A DWindowManagerService.java5778 mRotationWatchers.get(i).onRotationChanged(rotation);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java3547 public void onRotationChanged(int rotation) throws RemoteException { method in class:PhoneWindow.RotationWatcher

Completed in 177 milliseconds