Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManager.java2327 public int rotationAnimation = ROTATION_ANIMATION_ROTATE; field in WindowManager.LayoutParams
2762 out.writeInt(rotationAnimation); in writeToParcel()
2818 rotationAnimation = in.readInt(); in LayoutParams()
2994 if (rotationAnimation != o.rotationAnimation) { in copyFrom()
2995 rotationAnimation = o.rotationAnimation; in copyFrom()
3166 if (rotationAnimation != ROTATION_ANIMATION_ROTATE) { in toString()
3168 sb.append(rotationAnimationToString(rotationAnimation)); in toString()
3246 proto.write(ROTATION_ANIMATION, rotationAnimation); in writeToProto()
3401 private static String rotationAnimationToString(int rotationAnimation) { in rotationAnimationToString() argument
3402 switch (rotationAnimation) { in rotationAnimationToString()
[all …]
/frameworks/base/core/java/android/content/pm/
DActivityInfo.java943 public int rotationAnimation = -1; field in ActivityInfo
1005 rotationAnimation = orig.rotationAnimation; in ActivityInfo()
1230 dest.writeInt(rotationAnimation); in writeToParcel()
1352 rotationAnimation = source.readInt(); in ActivityInfo()
DPackageParser.java4350 a.info.rotationAnimation = ROTATION_ANIMATION_UNSPECIFIED; in generateAppDetailsHiddenActivity()
4560 a.info.rotationAnimation = in parseActivity()
/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/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyTests.java218 attrs.rotationAnimation = ROTATION_ANIMATION_SEAMLESS; in testShouldRotateSeamlessly()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java1054 mRotationAnimationHint = aInfo.rotationAnimation; in ActivityRecord()
1065 final int rotationAnimation = pendingOptions.getRotationAnimationHint(); in ActivityRecord()
1067 if (rotationAnimation >= 0) { in ActivityRecord()
1068 mRotationAnimationHint = rotationAnimation; in ActivityRecord()
DDisplayPolicy.java1151 ? "0" : mTopFullscreenOpaqueWindowState.getAttrs().rotationAnimation) in selectRotationAnimationLw()
1161 animationHint = mTopFullscreenOpaqueWindowState.getAttrs().rotationAnimation; in selectRotationAnimationLw()
3570 if (!w.isAnimatingLw() && w.getAttrs().rotationAnimation == ROTATION_ANIMATION_SEAMLESS) { in shouldRotateSeamlessly()
/frameworks/base/non-updatable-api/
Dcurrent.txt1149 field public static final int rotationAnimation = 16844090; // 0x101053a
53294 field public int rotationAnimation;
/frameworks/base/api/
Dcurrent.txt1149 field public static final int rotationAnimation = 16844090; // 0x101053a
53438 field public int rotationAnimation;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34791 field public int rotationAnimation;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt13839 Landroid/content/pm/ActivityInfo;->rotationAnimation:I
90765 Lcom/android/internal/R$attr;->rotationAnimation:I