Home
last modified time | relevance | path

Searched refs:rotationAnimation (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedActivityImpl.java93 private int rotationAnimation = -1; field in ParsedActivityImpl
124 this.rotationAnimation = other.rotationAnimation; in ParsedActivityImpl()
156 activity.rotationAnimation = ROTATION_ANIMATION_UNSPECIFIED; in makeAppDetailsActivity()
313 dest.writeInt(this.rotationAnimation); in writeToParcel()
352 this.rotationAnimation = in.readInt(); in ParsedActivityImpl()
414 int rotationAnimation, in ParsedActivityImpl() argument
439 this.rotationAnimation = rotationAnimation; in ParsedActivityImpl()
549 return rotationAnimation; in getRotationAnimation()
677 rotationAnimation = value; in setRotationAnimation()
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/rotation/
H A DSeamlessAppRotationTest.kt141 val rotationAnimation = appWindow.windowState.attributes.rotationAnimation regex
145 rotationAnimation.and(
/aosp14/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java1506 public int rotationAnimation = -1; field in ActivityInfo
1569 rotationAnimation = orig.rotationAnimation; in ActivityInfo()
1972 dest.writeInt(rotationAnimation); in writeToParcel()
2095 rotationAnimation = source.readInt(); in ActivityInfo()
H A DPackageParser.java4286 a.info.rotationAnimation = ROTATION_ANIMATION_UNSPECIFIED; in generateAppDetailsHiddenActivity()
4496 a.info.rotationAnimation = in parseActivity()
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DSeamlessRotationActivity.java63 p.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in enableSeamlessRotation()
/aosp14/frameworks/base/core/java/android/view/
H A DWindowManager.java3816 public int rotationAnimation = ROTATION_ANIMATION_ROTATE; field in WindowManager.LayoutParams
4819 out.writeInt(rotationAnimation); in writeToParcel()
4891 rotationAnimation = in.readInt(); in LayoutParams()
5095 if (rotationAnimation != o.rotationAnimation) { in copyFrom()
5096 rotationAnimation = o.rotationAnimation; in copyFrom()
5365 if (rotationAnimation != ROTATION_ANIMATION_ROTATE) { in toString()
5367 sb.append(rotationAnimationToString(rotationAnimation)); in toString()
5513 proto.write(ROTATION_ANIMATION, rotationAnimation); in dumpDebug()
5674 private static String rotationAnimationToString(int rotationAnimation) { in rotationAnimationToString() argument
5675 switch (rotationAnimation) { in rotationAnimationToString()
[all …]
/aosp14/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
H A DMainActivity.kt82 p.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java745 if (w.getAttrs().rotationAnimation != ROTATION_ANIMATION_SEAMLESS || w.inMultiWindowMode() in shouldRotateSeamlessly()
826 topFullscreen == null ? 0 : topFullscreen.getAttrs().rotationAnimation, in selectRotationAnimation()
836 animationHint = topFullscreen.getAttrs().rotationAnimation; in selectRotationAnimation()
H A DAsyncRotationController.java117 if (w != null && w.mAttrs.rotationAnimation == ROTATION_ANIMATION_SEAMLESS in AsyncRotationController()
H A DTransition.java2719 anim = mainWin.getAttrs().rotationAnimation; in getTaskRotationAnimation()
2726 return mainWin.getAttrs().rotationAnimation; in getTaskRotationAnimation()
H A DDisplayContent.java3690 final ScreenRotationAnimation rotationAnimation = getRotationAnimation(); in dump() local
3691 if (rotationAnimation != null) { in dump()
3693 rotationAnimation.printTo(subPrefix, pw); in dump()
H A DActivityRecord.java2040 mRotationAnimationHint = info.rotationAnimation; in ActivityRecord()
2070 final int rotationAnimation = options.getRotationAnimationHint(); in ActivityRecord()
2072 if (rotationAnimation >= 0) { in ActivityRecord()
2073 mRotationAnimationHint = rotationAnimation; in ActivityRecord()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageInfoUtils.java530 ai.rotationAnimation = a.getRotationAnimation(); in generateActivityInfo()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationTests.java1019 attrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in testShouldRotateSeamlessly()
H A DDisplayContentTests.java1732 mAppWindow.mAttrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_ROTATE; in testRotateSeamlesslyWithFixedRotation()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt1383 field public static final int rotationAnimation = 16844090; // 0x101053a
54100 field public int rotationAnimation;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10952 Landroid/content/pm/ActivityInfo;->rotationAnimation:I
76336 Lcom/android/internal/R$attr;->rotationAnimation:I