/frameworks/base/core/java/android/content/pm/parsing/component/ |
D | ParsedActivity.java | 80 int rotationAnimation = -1; field in ParsedActivity 108 this.rotationAnimation = other.rotationAnimation; in ParsedActivity() 137 activity.rotationAnimation = ROTATION_ANIMATION_UNSPECIFIED; in makeAppDetailsActivity() 293 dest.writeInt(this.rotationAnimation); in writeToParcel() 330 this.rotationAnimation = in.readInt(); in ParsedActivity() 438 return rotationAnimation; in getRotationAnimation()
|
D | ParsedActivityUtils.java | 142 …activity.rotationAnimation = sa.getInt(R.styleable.AndroidManifestActivity_rotationAnimation, Wind… in parseActivityOrReceiver()
|
/frameworks/base/core/java/android/content/pm/ |
D | ActivityInfo.java | 957 public int rotationAnimation = -1; field in ActivityInfo 1019 rotationAnimation = orig.rotationAnimation; in ActivityInfo() 1242 dest.writeInt(rotationAnimation); in writeToParcel() 1361 rotationAnimation = source.readInt(); in ActivityInfo()
|
D | PackageParser.java | 4221 a.info.rotationAnimation = ROTATION_ANIMATION_UNSPECIFIED; in generateAppDetailsHiddenActivity() 4431 a.info.rotationAnimation = in parseActivity()
|
/frameworks/base/core/java/android/view/ |
D | WindowManager.java | 2491 public int rotationAnimation = ROTATION_ANIMATION_ROTATE; field in WindowManager.LayoutParams 3104 out.writeInt(rotationAnimation); in writeToParcel() 3171 rotationAnimation = in.readInt(); in LayoutParams() 3357 if (rotationAnimation != o.rotationAnimation) { in copyFrom() 3358 rotationAnimation = o.rotationAnimation; in copyFrom() 3559 if (rotationAnimation != ROTATION_ANIMATION_ROTATE) { in toString() 3561 sb.append(rotationAnimationToString(rotationAnimation)); in toString() 3673 proto.write(ROTATION_ANIMATION, rotationAnimation); in dumpDebug() 3834 private static String rotationAnimationToString(int rotationAnimation) { in rotationAnimationToString() argument 3835 switch (rotationAnimation) { in rotationAnimationToString() [all …]
|
/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/services/core/java/com/android/server/wm/ |
D | DisplayRotation.java | 605 if (w.getAttrs().rotationAnimation != ROTATION_ANIMATION_SEAMLESS || w.isAnimatingLw()) { in shouldRotateSeamlessly() 699 + (topFullscreen == null ? 0 : topFullscreen.getAttrs().rotationAnimation) in selectRotationAnimation() 709 animationHint = topFullscreen.getAttrs().rotationAnimation; in selectRotationAnimation()
|
D | DisplayContent.java | 3027 final ScreenRotationAnimation rotationAnimation = getRotationAnimation(); in dump() local 3028 if (rotationAnimation != null) { in dump() 3030 rotationAnimation.printTo(subPrefix, pw); in dump()
|
D | ActivityRecord.java | 1523 mRotationAnimationHint = info.rotationAnimation; in ActivityRecord() 1550 final int rotationAnimation = options.getRotationAnimationHint(); in ActivityRecord() 1552 if (rotationAnimation >= 0) { in ActivityRecord() 1553 mRotationAnimationHint = rotationAnimation; in ActivityRecord()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayRotationTests.java | 643 attrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in testShouldRotateSeamlessly()
|
D | DisplayContentTests.java | 1231 mAppWindow.mAttrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_ROTATE; in testRotateSeamlesslyWithFixedRotation()
|
/frameworks/base/core/java/android/content/pm/parsing/ |
D | PackageInfoWithoutStateUtils.java | 450 ai.rotationAnimation = a.getRotationAnimation(); in generateActivityInfoUnchecked()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/api/ |
D | current.txt | 1168 field public static final int rotationAnimation = 16844090; // 0x101053a 55739 field public int rotationAnimation;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 34791 field public int rotationAnimation;
|