Searched defs:rotationAnimation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DWindowManager.java1339 * Value for {@link #rotationAnimation} to define the animation used to
1345 * Value for {@link #rotationAnimation} to define the animation used to
1351 * Value for {@link #rotationAnimation} to define the animation used to
1368 public int rotationAnimation = ROTATION_ANIMATION_ROTATE; field in class:WindowManager.LayoutParams
1545 out.writeInt(rotationAnimation);
1587 rotationAnimation = in.readInt();
1730 if (rotationAnimation != o.rotationAnimation) {
1731 rotationAnimation = o.rotationAnimation;
[all...]

Completed in 25 milliseconds