Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/parsing/component/
DParsedActivity.java80 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()
DParsedActivityUtils.java142 …activity.rotationAnimation = sa.getInt(R.styleable.AndroidManifestActivity_rotationAnimation, Wind… in parseActivityOrReceiver()
/frameworks/base/core/java/android/content/pm/
DActivityInfo.java957 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()
DPackageParser.java4221 a.info.rotationAnimation = ROTATION_ANIMATION_UNSPECIFIED; in generateAppDetailsHiddenActivity()
4431 a.info.rotationAnimation = in parseActivity()
/frameworks/base/core/java/android/view/
DWindowManager.java2491 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/
DSeamlessRotationActivity.java63 p.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in enableSeamlessRotation()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java605 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()
DDisplayContent.java3027 final ScreenRotationAnimation rotationAnimation = getRotationAnimation(); in dump() local
3028 if (rotationAnimation != null) { in dump()
3030 rotationAnimation.printTo(subPrefix, pw); in dump()
DActivityRecord.java1523 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/
DDisplayRotationTests.java643 attrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in testShouldRotateSeamlessly()
DDisplayContentTests.java1231 mAppWindow.mAttrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_ROTATE; in testRotateSeamlesslyWithFixedRotation()
/frameworks/base/core/java/android/content/pm/parsing/
DPackageInfoWithoutStateUtils.java450 ai.rotationAnimation = a.getRotationAnimation(); in generateActivityInfoUnchecked()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt1168 field public static final int rotationAnimation = 16844090; // 0x101053a
55739 field public int rotationAnimation;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34791 field public int rotationAnimation;