/frameworks/base/services/core/java/com/android/server/pm/pkg/component/ |
D | ParsedActivityImpl.java | 93 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/ |
D | SeamlessAppRotationTest.kt | 123 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/ |
D | SeamlessRotationActivity.java | 63 p.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in enableSeamlessRotation()
|
/frameworks/base/core/java/android/content/pm/ |
D | ActivityInfo.java | 1443 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()
|
D | PackageParser.java | 4286 a.info.rotationAnimation = ROTATION_ANIMATION_UNSPECIFIED; in generateAppDetailsHiddenActivity() 4496 a.info.rotationAnimation = in parseActivity()
|
/frameworks/base/core/java/android/view/ |
D | WindowManager.java | 3481 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/ |
D | MainActivity.kt | 82 p.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS in enableSeamlessRotation()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AsyncRotationController.java | 116 if (w != null && w.mAttrs.rotationAnimation == ROTATION_ANIMATION_SEAMLESS in AsyncRotationController()
|
D | DisplayRotation.java | 704 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()
|
D | Transition.java | 1888 anim = mainWin.getAttrs().rotationAnimation; in getTaskRotationAnimation() 1895 return mainWin.getAttrs().rotationAnimation; in getTaskRotationAnimation()
|
D | DisplayContent.java | 3589 final ScreenRotationAnimation rotationAnimation = getRotationAnimation(); in dump() local 3590 if (rotationAnimation != null) { in dump() 3592 rotationAnimation.printTo(subPrefix, pw); in dump()
|
D | ActivityRecord.java | 2009 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/ |
D | PackageInfoWithoutStateUtils.java | 544 ai.rotationAnimation = a.getRotationAnimation(); in generateActivityInfoUnchecked()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayRotationTests.java | 930 attrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in testShouldRotateSeamlessly()
|
D | DisplayContentTests.java | 1720 mAppWindow.mAttrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_ROTATE; in testRotateSeamlesslyWithFixedRotation()
|
/frameworks/base/core/api/ |
D | current.txt | 1263 field public static final int rotationAnimation = 16844090; // 0x101053a 51568 field public int rotationAnimation;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 10952 Landroid/content/pm/ActivityInfo;->rotationAnimation:I 76336 Lcom/android/internal/R$attr;->rotationAnimation:I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 34791 field public int rotationAnimation;
|