Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
DParsedActivityImpl.java93 private int rotationAnimation = -1; field in ParsedActivityImpl
121 this.rotationAnimation = other.rotationAnimation; in ParsedActivityImpl()
152 activity.rotationAnimation = ROTATION_ANIMATION_UNSPECIFIED; in makeAppDetailsActivity()
308 dest.writeInt(this.rotationAnimation); in writeToParcel()
346 this.rotationAnimation = in.readInt(); in ParsedActivityImpl()
407 int rotationAnimation, in ParsedActivityImpl() argument
431 this.rotationAnimation = rotationAnimation; in ParsedActivityImpl()
540 return rotationAnimation; in getRotationAnimation()
663 rotationAnimation = value; in setRotationAnimation()
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/rotation/
DSeamlessAppRotationTest.kt123 val rotationAnimation = appWindow.windowState?.attributes?.rotationAnimation ?: 0 in <lambda>() constant
125 .that(rotationAnimation in <lambda>()
/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/core/java/android/content/pm/
DActivityInfo.java1443 public int rotationAnimation = -1; field in ActivityInfo
1506 rotationAnimation = orig.rotationAnimation; in ActivityInfo()
1900 dest.writeInt(rotationAnimation); in writeToParcel()
2022 rotationAnimation = source.readInt(); in ActivityInfo()
DPackageParser.java4286 a.info.rotationAnimation = ROTATION_ANIMATION_UNSPECIFIED; in generateAppDetailsHiddenActivity()
4496 a.info.rotationAnimation = in parseActivity()
/frameworks/base/core/java/android/view/
DWindowManager.java3481 public int rotationAnimation = ROTATION_ANIMATION_ROTATE; field in WindowManager.LayoutParams
4369 out.writeInt(rotationAnimation); in writeToParcel()
4439 rotationAnimation = in.readInt(); in LayoutParams()
4639 if (rotationAnimation != o.rotationAnimation) { in copyFrom()
4640 rotationAnimation = o.rotationAnimation; in copyFrom()
4899 if (rotationAnimation != ROTATION_ANIMATION_ROTATE) { in toString()
4901 sb.append(rotationAnimationToString(rotationAnimation)); in toString()
5040 proto.write(ROTATION_ANIMATION, rotationAnimation); in dumpDebug()
5201 private static String rotationAnimationToString(int rotationAnimation) { in rotationAnimationToString() argument
5202 switch (rotationAnimation) { in rotationAnimationToString()
[all …]
/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
DMainActivity.kt82 p.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS in enableSeamlessRotation()
/frameworks/base/services/core/java/com/android/server/wm/
DAsyncRotationController.java116 if (w != null && w.mAttrs.rotationAnimation == ROTATION_ANIMATION_SEAMLESS in AsyncRotationController()
DDisplayRotation.java704 if (w.getAttrs().rotationAnimation != ROTATION_ANIMATION_SEAMLESS || w.inMultiWindowMode() in shouldRotateSeamlessly()
785 topFullscreen == null ? 0 : topFullscreen.getAttrs().rotationAnimation, in selectRotationAnimation()
795 animationHint = topFullscreen.getAttrs().rotationAnimation; in selectRotationAnimation()
DTransition.java1888 anim = mainWin.getAttrs().rotationAnimation; in getTaskRotationAnimation()
1895 return mainWin.getAttrs().rotationAnimation; in getTaskRotationAnimation()
DDisplayContent.java3589 final ScreenRotationAnimation rotationAnimation = getRotationAnimation(); in dump() local
3590 if (rotationAnimation != null) { in dump()
3592 rotationAnimation.printTo(subPrefix, pw); in dump()
DActivityRecord.java2009 mRotationAnimationHint = info.rotationAnimation; in ActivityRecord()
2039 final int rotationAnimation = options.getRotationAnimationHint(); in ActivityRecord()
2041 if (rotationAnimation >= 0) { in ActivityRecord()
2042 mRotationAnimationHint = rotationAnimation; in ActivityRecord()
/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/
DPackageInfoWithoutStateUtils.java544 ai.rotationAnimation = a.getRotationAnimation(); in generateActivityInfoUnchecked()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayRotationTests.java930 attrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in testShouldRotateSeamlessly()
DDisplayContentTests.java1720 mAppWindow.mAttrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_ROTATE; in testRotateSeamlesslyWithFixedRotation()
/frameworks/base/core/api/
Dcurrent.txt1263 field public static final int rotationAnimation = 16844090; // 0x101053a
51568 field public int rotationAnimation;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10952 Landroid/content/pm/ActivityInfo;->rotationAnimation:I
76336 Lcom/android/internal/R$attr;->rotationAnimation:I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34791 field public int rotationAnimation;