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

  /frameworks/base/services/core/java/com/android/server/audio/
RotationHelper.java 83 int newRotation = ((WindowManager) sContext.getSystemService(
86 if (newRotation != sDeviceRotation) {
87 sDeviceRotation = newRotation;
  /frameworks/base/services/core/java/com/android/server/policy/
WindowOrientationListener.java     [all...]
WindowManagerPolicy.java     [all...]
PhoneWindowManager.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 271 int newRotation = displayInfo.rotation;
276 if (newRotation != mLastRotation) {
281 mRotationAtLastSurfaceSizeUpdate = newRotation;
292 boolean redrawNeeded = surfaceDimensionsChanged || newRotation != mLastRotation
301 mLastRotation = newRotation;
ScreenDecorations.java 209 int newRotation = RotationUtils.getExactRotation(mContext);
210 if (newRotation != mRotation) {
211 mRotation = newRotation;
  /frameworks/base/services/core/java/com/android/server/wm/
Task.java 514 final int newRotation = displayContent.getDisplayInfo().rotation;
515 if (mRotation == newRotation) {
531 displayContent.rotateBounds(mRotation, newRotation, mTmpRect2);
TaskStack.java 434 final int newRotation = mDisplayContent.getDisplayInfo().rotation;
436 if (mRotation == newRotation && mDensity == newDensity) {
468 final int newRotation = getDisplayInfo().rotation;
471 if (mRotation == newRotation && mDensity == newDensity) {
484 mDisplayContent.rotateBounds(mRotation, newRotation, mTmpRect2);
    [all...]
DisplayContent.java     [all...]
WindowStateAnimator.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TestWindowManagerPolicy.java 567 public boolean shouldRotateSeamlessly(int oldRotation, int newRotation) {
  /cts/tests/tests/telecom/src/android/telecom/cts/
RemoteConnectionTest.java     [all...]
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
FlingUpDownMethod.java 125 private static void rotateToward(View view, float newRotation) {
126 view.setRotation(MathUtil.lerp(view.getRotation(), newRotation, SWIPE_LERP_PROGRESS_FACTOR));
    [all...]
  /prebuilts/tools/common/m2/repository/logkit/logkit/1.0.1/
logkit-1.0.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 

Completed in 1154 milliseconds