Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/
H A DParsedActivity.java79 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 DParsedActivityUtils.java164 …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 DSeamlessAppRotationTest.kt123 val rotationAnimation = appWindow.windowState?.attributes?.rotationAnimation ?: 0 regex
125 .that(rotationAnimation
/aosp12/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java1164 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 DPackageParser.java4230 a.info.rotationAnimation = ROTATION_ANIMATION_UNSPECIFIED; in generateAppDetailsHiddenActivity()
4440 a.info.rotationAnimation = in parseActivity()
/aosp12/frameworks/base/core/java/android/view/
H A DWindowManager.java3038 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 DSeamlessRotationActivity.java63 p.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in enableSeamlessRotation()
/aosp12/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
H A DMainActivity.kt82 p.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java673 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 DTransition.java1236 anim = mainWin.getAttrs().rotationAnimation; in getTaskRotationAnimation()
1243 return mainWin.getAttrs().rotationAnimation; in getTaskRotationAnimation()
H A DDisplayContent.java3386 final ScreenRotationAnimation rotationAnimation = getRotationAnimation(); in dump() local
3387 if (rotationAnimation != null) { in dump()
3389 rotationAnimation.printTo(subPrefix, pw); in dump()
H A DActivityRecord.java1697 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 DCameraActivity.java1802 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 DDisplayRotationTests.java643 attrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in testShouldRotateSeamlessly()
H A DDisplayContentTests.java1471 mAppWindow.mAttrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_ROTATE; in testRotateSeamlesslyWithFixedRotation()
/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DPackageInfoWithoutStateUtils.java503 ai.rotationAnimation = a.getRotationAnimation(); in generateActivityInfoUnchecked()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt1218 field public static final int rotationAnimation = 16844090; // 0x101053a
50659 field public int rotationAnimation;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13830 Landroid/content/pm/ActivityInfo;->rotationAnimation:I
79659 Lcom/android/internal/R$attr;->rotationAnimation:I
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt34791 field public int rotationAnimation;