Searched defs:rotation (Results 76 - 78 of 78) sorted by relevance

1234

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java656 int mLandscapeRotation = 0; // default landscape rotation
657 int mSeascapeRotation = 0; // "other" landscape rotation, 180 degrees from mLandscapeRotation
658 int mPortraitRotation = 0; // default portrait rotation
659 int mUpsideDownRotation = 0; // "other" portrait rotation
901 public void onProposedRotationChanged(int rotation) { argument
902 if (localLOGV) Slog.v(TAG, "onProposedRotationChanged, rotation=" + rotation);
944 * the user has explicitly disabled sensor based rotation or when the
1788 // Controls rotation and the like.
1887 // For demo purposes, allow the rotation o
2496 getNavigationBarWidth(int rotation, int uiMode) argument
2505 getNonDecorDisplayWidth(int fullWidth, int fullHeight, int rotation, int uiMode) argument
2517 getNavigationBarHeight(int rotation, int uiMode) argument
2526 getNonDecorDisplayHeight(int fullWidth, int fullHeight, int rotation, int uiMode) argument
2539 getConfigDisplayWidth(int fullWidth, int fullHeight, int rotation, int uiMode) argument
2544 getConfigDisplayHeight(int fullWidth, int fullHeight, int rotation, int uiMode) argument
6836 rotationHasCompatibleMetricsLw(int orientation, int rotation) argument
6854 setRotationLw(int rotation) argument
6858 isLandscapeOrSeascape(int rotation) argument
6862 isAnyPortrait(int rotation) argument
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java301 /** Amount of time (in milliseconds) to delay before declaring a seamless rotation timeout. */
311 * management of the screen during rotation.
615 // perform a rotation animation when turning off shows the lock screen which
3800 // already true, we used seamless rotation, and we don't need
3873 // changed the real orientation our applied our screen rotation animation.
3874 // For example, because a previous screen rotation was in progress.
3876 int rotation = mPolicy.rotationForOrientationLw(mLastOrientation, mRotation);
3878 mLastOrientation, rotation);
3879 if (mRotation == rotation && mAltOrientation == altOrientation) {
6603 // The screenshot API does not apply the current screen rotation
6683 freezeRotation(int rotation) argument
7505 adjustDisplaySizeRanges(DisplayInfo displayInfo, int rotation, int uiMode, int dw, int dh) argument
7524 reduceConfigLayout(int curLayout, int rotation, float density, int dw, int dh, int uiMode) argument
7577 reduceCompatConfigWidthSize(int curSize, int rotation, int uiMode, DisplayMetrics dm, int dw, int dh) argument
[all...]
/frameworks/base/core/java/android/view/
H A DView.java658 * rotation, translation and alpha of a view over time. If the animation is
3297 * based on the translation, rotation, and scale properties.
3306 * internally based on the translation, rotation, and scale properties.
3893 * rotation transformations are applied on a view. It can also be used to
4178 float rotation = 0;
4267 rotation = a.getFloat(attr, 0);
4683 setRotation(rotation);
11881 * rotation, scale, and pivot properties.
11949 * use a camera distance that's greater than the height (X axis rotation) or
11950 * the width (Y axis rotation) o
12020 setRotation(float rotation) argument
[all...]

Completed in 176 milliseconds

1234