Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/pm/pkg/component/
DParsedActivityImpl.java91 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/
DSeamlessAppRotationTest.kt139 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/
DSeamlessRotationActivity.java63 p.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in enableSeamlessRotation()
/frameworks/base/core/java/android/content/pm/
DActivityInfo.java1688 public int rotationAnimation = -1;
1751 rotationAnimation = orig.rotationAnimation;
2159 dest.writeInt(rotationAnimation);
2283 rotationAnimation = source.readInt();
DPackageParser.java4286 a.info.rotationAnimation = ROTATION_ANIMATION_UNSPECIFIED; in generateAppDetailsHiddenActivity()
4496 a.info.rotationAnimation = in parseActivity()
/frameworks/base/core/java/android/view/
DWindowManager.java4006 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/
DMainActivity.kt82 p.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS in enableSeamlessRotation()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java762 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()
DAsyncRotationController.java124 if (w != null && w.mAttrs.rotationAnimation == ROTATION_ANIMATION_SEAMLESS in AsyncRotationController()
DTransition.java3154 anim = mainWin.getAttrs().rotationAnimation; in getTaskRotationAnimation()
3161 return mainWin.getAttrs().rotationAnimation; in getTaskRotationAnimation()
DDisplayContent.java3716 final ScreenRotationAnimation rotationAnimation = getRotationAnimation(); in dump() local
3717 if (rotationAnimation != null) { in dump()
3719 rotationAnimation.printTo(subPrefix, pw); in dump()
DActivityRecord.java2171 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/
DPackageInfoCommonUtils.java375 ai.rotationAnimation = a.getRotationAnimation(); in generateActivityInfo()
/frameworks/base/services/core/java/com/android/server/pm/parsing/
DPackageInfoUtils.java584 ai.rotationAnimation = a.getRotationAnimation(); in generateActivityInfo()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayRotationTests.java1099 attrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in testShouldRotateSeamlessly()
DDisplayContentTests.java1741 mAppWindow.mAttrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_ROTATE; in testRotateSeamlesslyWithFixedRotation()
/frameworks/base/core/api/
Dcurrent.txt1416 field public static final int rotationAnimation = 16844090; // 0x101053a
54672 field public int rotationAnimation;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10952 Landroid/content/pm/ActivityInfo;->rotationAnimation:I
75693 Lcom/android/internal/R$attr;->rotationAnimation:I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34791 field public int rotationAnimation;