/frameworks/base/core/java/com/android/internal/pm/pkg/component/ |
D | ParsedActivityImpl.java | 91 private int rotationAnimation = -1; field in ParsedActivityImpl 124 this.rotationAnimation = other.rotationAnimation; in ParsedActivityImpl() 157 activity.rotationAnimation = ROTATION_ANIMATION_UNSPECIFIED; in makeAppDetailsActivity() 316 dest.writeInt(this.rotationAnimation); in writeToParcel() 356 this.rotationAnimation = in.readInt(); in ParsedActivityImpl() 419 int rotationAnimation, in ParsedActivityImpl() argument 445 this.rotationAnimation = rotationAnimation; in ParsedActivityImpl() 556 return rotationAnimation; in getRotationAnimation() 689 rotationAnimation = value; in setRotationAnimation()
|
/frameworks/base/tests/FlickerTests/Rotation/src/com/android/server/wm/flicker/rotation/ |
D | SeamlessAppRotationTest.kt | 139 val rotationAnimation = appWindow.windowState.attributes.rotationAnimation in <lambda>() constant 143 rotationAnimation.and( 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 | 1688 public int rotationAnimation = -1; 1751 rotationAnimation = orig.rotationAnimation; 2159 dest.writeInt(rotationAnimation); 2283 rotationAnimation = source.readInt();
|
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 | 4006 public int rotationAnimation = ROTATION_ANIMATION_ROTATE; field in WindowManager.LayoutParams 5127 out.writeInt(rotationAnimation); in writeToParcel() 5204 rotationAnimation = in.readInt(); in LayoutParams() 5413 if (rotationAnimation != o.rotationAnimation) { in copyFrom() 5414 rotationAnimation = o.rotationAnimation; in copyFrom() 5700 if (rotationAnimation != ROTATION_ANIMATION_ROTATE) { in toString() 5702 sb.append(rotationAnimationToString(rotationAnimation)); in toString() 5861 proto.write(ROTATION_ANIMATION, rotationAnimation); in dumpDebug() 6025 private static String rotationAnimationToString(int rotationAnimation) { in rotationAnimationToString() argument 6026 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 | DisplayRotation.java | 762 if (w.getAttrs().rotationAnimation != ROTATION_ANIMATION_SEAMLESS || w.inMultiWindowMode() in shouldRotateSeamlessly() 843 topFullscreen == null ? 0 : topFullscreen.getAttrs().rotationAnimation, in selectRotationAnimation() 853 animationHint = topFullscreen.getAttrs().rotationAnimation; in selectRotationAnimation()
|
D | AsyncRotationController.java | 124 if (w != null && w.mAttrs.rotationAnimation == ROTATION_ANIMATION_SEAMLESS in AsyncRotationController()
|
D | Transition.java | 3154 anim = mainWin.getAttrs().rotationAnimation; in getTaskRotationAnimation() 3161 return mainWin.getAttrs().rotationAnimation; in getTaskRotationAnimation()
|
D | DisplayContent.java | 3716 final ScreenRotationAnimation rotationAnimation = getRotationAnimation(); in dump() local 3717 if (rotationAnimation != null) { in dump() 3719 rotationAnimation.printTo(subPrefix, pw); in dump()
|
D | ActivityRecord.java | 2171 mRotationAnimationHint = info.rotationAnimation; in ActivityRecord() 2204 final int rotationAnimation = options.getRotationAnimationHint(); in ActivityRecord() 2206 if (rotationAnimation >= 0) { in ActivityRecord() 2207 mRotationAnimationHint = rotationAnimation; in ActivityRecord()
|
/frameworks/base/core/java/com/android/internal/pm/parsing/ |
D | PackageInfoCommonUtils.java | 375 ai.rotationAnimation = a.getRotationAnimation(); in generateActivityInfo()
|
/frameworks/base/services/core/java/com/android/server/pm/parsing/ |
D | PackageInfoUtils.java | 584 ai.rotationAnimation = a.getRotationAnimation(); in generateActivityInfo()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayRotationTests.java | 1099 attrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in testShouldRotateSeamlessly()
|
D | DisplayContentTests.java | 1741 mAppWindow.mAttrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_ROTATE; in testRotateSeamlesslyWithFixedRotation()
|
/frameworks/base/core/api/ |
D | current.txt | 1416 field public static final int rotationAnimation = 16844090; // 0x101053a 54672 field public int rotationAnimation;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 10952 Landroid/content/pm/ActivityInfo;->rotationAnimation:I 75693 Lcom/android/internal/R$attr;->rotationAnimation:I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 34791 field public int rotationAnimation;
|