Searched refs:mRotation (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSceneGraphRS.java37 int mRotation; field in class:SceneGraphRS
47 mRotation = 0;
79 mRotation -= dx;
80 if (mRotation > 360) {
81 mRotation -= 360;
83 if (mRotation < 0) {
84 mRotation += 360;
87 mScript.set_gRotate(-(float)mRotation);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowManager.java54 private final int mRotation; field in class:BridgeWindowManager
59 mRotation = rotation;
71 return mRotation;
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java734 info.mRotation = value;
774 return info.mRotation;
H A DView.java2124 float mRotation = 0f; field in class:View.TransformationInfo
7108 info.mMatrix.preRotate(info.mRotation, info.mPivotX, info.mPivotY);
7117 info.mCamera.rotate(info.mRotationX, info.mRotationY, -info.mRotation);
7221 return mTransformationInfo != null ? mTransformationInfo.mRotation : 0;
7241 if (info.mRotation != rotation) {
7245 info.mRotation = rotation;
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java453 int mRotation = 0; field in class:WindowManagerService
5220 if (DEBUG_ORIENTATION) Slog.v(TAG, "freezeRotation: mRotation=" + mRotation);
5223 rotation == -1 ? mRotation : rotation);
5237 if (DEBUG_ORIENTATION) Slog.v(TAG, "thawRotation: mRotation=" + mRotation);
5332 int rotation = mPolicy.rotationForOrientationLw(mForcedAppOrientation, mRotation);
5343 if (mRotation == rotation && mAltOrientation == altOrientation) {
5351 + " from " + mRotation + (mAltOrientation ? " (alt)" : "")
5355 mRotation
[all...]
/frameworks/base/media/libstagefright/
H A DMPEG4Writer.cpp199 int32_t mRotation; member in class:android::MPEG4Writer::Track
1125 mRotation(0) {
1455 mRotation = rotationDegrees;
2563 mOwner->writeCompositionMatrix(mRotation); // matrix

Completed in 187 milliseconds