Home
last modified time | relevance | path

Searched refs:ROTATION_ANIMATION_SEAMLESS (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DSeamlessRotationActivity.java63 p.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in enableSeamlessRotation()
/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
DMainActivity.kt82 p.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS in enableSeamlessRotation()
/frameworks/base/core/proto/android/view/
Dwindowlayoutparams.proto50 ROTATION_ANIMATION_SEAMLESS = 3; enumerator
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java24 import static android.view.WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS;
676 if (w.getAttrs().rotationAnimation != ROTATION_ANIMATION_SEAMLESS || w.isAnimatingLw()) { in shouldRotateSeamlessly()
766 case ROTATION_ANIMATION_SEAMLESS: // Crossfade is fallback for seamless. in selectRotationAnimation()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayRotationTests.java643 attrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in testShouldRotateSeamlessly()
/frameworks/base/core/java/android/view/
DWindowManager.java2951 public static final int ROTATION_ANIMATION_SEAMLESS = 3; field in WindowManager.LayoutParams
4580 case ROTATION_ANIMATION_SEAMLESS: in rotationAnimationToString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java617 WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS); in launchCamera()
DStatusBar.java2919 WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS); in startActivityDismissingKeyguard()
/frameworks/base/core/api/
Dcurrent.txt50510 field public static final int ROTATION_ANIMATION_SEAMLESS = 3; // 0x3
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt68487 Landroid/view/WindowLayoutParamsProto;->ROTATION_ANIMATION_SEAMLESS:I