/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/ |
H A D | ParsedActivityImpl.java | 93 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 D | SeamlessAppRotationTest.kt | 141 val rotationAnimation = appWindow.windowState.attributes.rotationAnimation regex 145 rotationAnimation.and(
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | ActivityInfo.java | 1506 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 D | PackageParser.java | 4286 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 D | SeamlessRotationActivity.java | 63 p.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in enableSeamlessRotation()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowManager.java | 3816 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 D | MainActivity.kt | 82 p.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayRotation.java | 745 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 D | AsyncRotationController.java | 117 if (w != null && w.mAttrs.rotationAnimation == ROTATION_ANIMATION_SEAMLESS in AsyncRotationController()
|
H A D | Transition.java | 2719 anim = mainWin.getAttrs().rotationAnimation; in getTaskRotationAnimation() 2726 return mainWin.getAttrs().rotationAnimation; in getTaskRotationAnimation()
|
H A D | DisplayContent.java | 3690 final ScreenRotationAnimation rotationAnimation = getRotationAnimation(); in dump() local 3691 if (rotationAnimation != null) { in dump() 3693 rotationAnimation.printTo(subPrefix, pw); in dump()
|
H A D | ActivityRecord.java | 2040 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 D | PackageInfoUtils.java | 530 ai.rotationAnimation = a.getRotationAnimation(); in generateActivityInfo()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayRotationTests.java | 1019 attrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in testShouldRotateSeamlessly()
|
H A D | DisplayContentTests.java | 1732 mAppWindow.mAttrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_ROTATE; in testRotateSeamlesslyWithFixedRotation()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 1383 field public static final int rotationAnimation = 16844090; // 0x101053a 54100 field public int rotationAnimation;
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 10952 Landroid/content/pm/ActivityInfo;->rotationAnimation:I 76336 Lcom/android/internal/R$attr;->rotationAnimation:I
|