/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/ |
H A D | ParsedActivity.java | 79 int rotationAnimation = -1; field in ParsedActivity 107 this.rotationAnimation = other.rotationAnimation; in ParsedActivity() 136 activity.rotationAnimation = ROTATION_ANIMATION_UNSPECIFIED; in makeAppDetailsActivity() 292 dest.writeInt(this.rotationAnimation); in writeToParcel() 329 this.rotationAnimation = in.readInt(); in ParsedActivity() 437 return rotationAnimation; in getRotationAnimation()
|
H A D | ParsedActivityUtils.java | 164 …activity.rotationAnimation = sa.getInt(R.styleable.AndroidManifestActivity_rotationAnimation, Wind… in parseActivityOrReceiver()
|
/aosp12/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/rotation/ |
H A D | SeamlessAppRotationTest.kt | 123 val rotationAnimation = appWindow.windowState?.attributes?.rotationAnimation ?: 0 regex 125 .that(rotationAnimation
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | ActivityInfo.java | 1164 public int rotationAnimation = -1; field in ActivityInfo 1226 rotationAnimation = orig.rotationAnimation; in ActivityInfo() 1598 dest.writeInt(rotationAnimation); in writeToParcel() 1717 rotationAnimation = source.readInt(); in ActivityInfo()
|
H A D | PackageParser.java | 4230 a.info.rotationAnimation = ROTATION_ANIMATION_UNSPECIFIED; in generateAppDetailsHiddenActivity() 4440 a.info.rotationAnimation = in parseActivity()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | WindowManager.java | 3038 public int rotationAnimation = ROTATION_ANIMATION_ROTATE; field in WindowManager.LayoutParams 3894 out.writeInt(rotationAnimation); in writeToParcel() 3975 rotationAnimation = in.readInt(); in LayoutParams() 4184 if (rotationAnimation != o.rotationAnimation) { in copyFrom() 4185 rotationAnimation = o.rotationAnimation; in copyFrom() 4422 if (rotationAnimation != ROTATION_ANIMATION_ROTATE) { in toString() 4424 sb.append(rotationAnimationToString(rotationAnimation)); in toString() 4567 proto.write(ROTATION_ANIMATION, rotationAnimation); in dumpDebug() 4728 private static String rotationAnimationToString(int rotationAnimation) { in rotationAnimationToString() argument 4729 switch (rotationAnimation) { in rotationAnimationToString() [all …]
|
/aosp12/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()
|
/aosp12/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
H A D | MainActivity.kt | 82 p.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayRotation.java | 673 if (w.getAttrs().rotationAnimation != ROTATION_ANIMATION_SEAMLESS || w.isAnimatingLw()) { in shouldRotateSeamlessly() 749 + (topFullscreen == null ? 0 : topFullscreen.getAttrs().rotationAnimation) in selectRotationAnimation() 759 animationHint = topFullscreen.getAttrs().rotationAnimation; in selectRotationAnimation()
|
H A D | Transition.java | 1236 anim = mainWin.getAttrs().rotationAnimation; in getTaskRotationAnimation() 1243 return mainWin.getAttrs().rotationAnimation; in getTaskRotationAnimation()
|
H A D | DisplayContent.java | 3386 final ScreenRotationAnimation rotationAnimation = getRotationAnimation(); in dump() local 3387 if (rotationAnimation != null) { in dump() 3389 rotationAnimation.printTo(subPrefix, pw); in dump()
|
H A D | ActivityRecord.java | 1697 mRotationAnimationHint = info.rotationAnimation; in ActivityRecord() 1725 final int rotationAnimation = options.getRotationAnimationHint(); in ActivityRecord() 1727 if (rotationAnimation >= 0) { in ActivityRecord() 1728 mRotationAnimationHint = rotationAnimation; in ActivityRecord()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ |
H A D | CameraActivity.java | 1802 int rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_ROTATE; in setRotationAnimation() local 1803 rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_CROSSFADE; in setRotationAnimation() 1806 winParams.rotationAnimation = rotationAnimation; in setRotationAnimation()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayRotationTests.java | 643 attrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in testShouldRotateSeamlessly()
|
H A D | DisplayContentTests.java | 1471 mAppWindow.mAttrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_ROTATE; in testRotateSeamlesslyWithFixedRotation()
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | PackageInfoWithoutStateUtils.java | 503 ai.rotationAnimation = a.getRotationAnimation(); in generateActivityInfoUnchecked()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 1218 field public static final int rotationAnimation = 16844090; // 0x101053a 50659 field public int rotationAnimation;
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 13830 Landroid/content/pm/ActivityInfo;->rotationAnimation:I 79659 Lcom/android/internal/R$attr;->rotationAnimation:I
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 34791 field public int rotationAnimation;
|