Home
last modified time | relevance | path

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

/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
DSceneGraphRS.java37 int mRotation; field in SceneGraphRS
47 mRotation = 0; in init()
79 mRotation -= dx; in touchEvent()
80 if (mRotation > 360) { in touchEvent()
81 mRotation -= 360; in touchEvent()
83 if (mRotation < 0) { in touchEvent()
84 mRotation += 360; in touchEvent()
87 mScript.set_gRotate(-(float)mRotation); in touchEvent()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowManager.java54 private final int mRotation; field in BridgeWindowManager
59 mRotation = rotation; in BridgeWindowManager()
71 return mRotation; in getRotation()
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java734 info.mRotation = value; in setValue()
774 return info.mRotation; in getValue()
DView.java2123 float mRotation = 0f; field in View.TransformationInfo
7047 info.mMatrix.preRotate(info.mRotation, info.mPivotX, info.mPivotY);
7056 info.mCamera.rotate(info.mRotationX, info.mRotationY, -info.mRotation);
7160 return mTransformationInfo != null ? mTransformationInfo.mRotation : 0;
7180 if (info.mRotation != rotation) {
7184 info.mRotation = rotation;
/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java440 int mRotation = 0; field in WindowManagerService
5143 if (DEBUG_ORIENTATION) Slog.v(TAG, "freezeRotation: mRotation=" + mRotation); in freezeRotation()
5146 rotation == -1 ? mRotation : rotation); in freezeRotation()
5160 if (DEBUG_ORIENTATION) Slog.v(TAG, "thawRotation: mRotation=" + mRotation); in thawRotation()
5255 int rotation = mPolicy.rotationForOrientationLw(mForcedAppOrientation, mRotation); in updateRotationUncheckedLocked()
5266 if (mRotation == rotation && mAltOrientation == altOrientation) { in updateRotationUncheckedLocked()
5274 + " from " + mRotation + (mAltOrientation ? " (alt)" : "") in updateRotationUncheckedLocked()
5278 mRotation = rotation; in updateRotationUncheckedLocked()
5280 mPolicy.setRotationLw(mRotation); in updateRotationUncheckedLocked()
5330 return mRotation; in getRotation()
[all …]
/frameworks/base/media/libstagefright/
DMPEG4Writer.cpp199 int32_t mRotation; member in android::MPEG4Writer::Track
1125 mRotation(0) { in Track()
1455 mRotation = rotationDegrees; in start()
2563 mOwner->writeCompositionMatrix(mRotation); // matrix in writeTkhdBox()