HomeSort by relevance Sort by last modified time
    Searched refs:newRotation (Results 1 - 6 of 6) sorted by null

  /packages/apps/InCallUI/src/com/android/incallui/
InCallActivity.java 213 int newRotation = Surface.ROTATION_0;
218 newRotation = Surface.ROTATION_0;
222 newRotation = Surface.ROTATION_270;
224 newRotation = Surface.ROTATION_180;
226 newRotation = Surface.ROTATION_90;
231 if (newRotation != sPreviousRotation) {
232 doOrientationChanged(newRotation);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 310 int newRotation = displayInfo.rotation;
315 if (newRotation != mLastRotation) {
318 mRotationAtLastSurfaceSizeUpdate = newRotation;
329 boolean redrawNeeded = surfaceDimensionsChanged || newRotation != mLastRotation;
337 mLastRotation = newRotation;
  /frameworks/base/services/core/java/com/android/server/wm/
TaskStack.java 204 final int newRotation = mDisplayContent.getDisplayInfo().rotation;
205 if (mRotation == newRotation) {
211 final int rotationDelta = DisplayContent.deltaRotation(mRotation, newRotation);
DisplayContent.java 348 static int deltaRotation(int oldRotation, int newRotation) {
349 int delta = newRotation - oldRotation;
  /cts/tests/tests/telecom/src/android/telecom/cts/
RemoteConnectionTest.java     [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java     [all...]

Completed in 139 milliseconds