Searched refs:mRotation (Results 1 - 9 of 9) 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/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DFixedRotationFilter.java39 private int mRotation = 0; field in class:FixedRotationFilter
62 if (mRotation == 0) {
80 switch (((int)Math.round(mRotation / 90f)) % 4) {
/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;
72 return mRotation;
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h209 if (rotation != mRotation) {
210 mRotation = rotation;
212 if (mRotation == 0.0f) {
514 float mRotation, mRotationX, mRotationY; member in class:android::uirenderer::DisplayList
H A DDisplayListRenderer.cpp119 mRotation = 0;
673 mTransformMatrix->preRotate(mRotation, mPivotX, mPivotY);
685 mTransformCamera->rotateZ(-mRotation);
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java856 info.mRotation = value;
904 return info.mRotation;
H A DView.java2741 float mRotation = 0f; field in class:View.TransformationInfo
8716 info.mMatrix.preRotate(info.mRotation, info.mPivotX, info.mPivotY);
8725 info.mCamera.rotate(info.mRotationX, info.mRotationY, -info.mRotation);
8854 return mTransformationInfo != null ? mTransformationInfo.mRotation : 0;
8874 if (info.mRotation != rotation) {
8877 info.mRotation = rotation;
13043 mTransformationInfo.mRotation, mTransformationInfo.mRotationX,
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java490 int mRotation = 0; field in class:WindowManagerService
5608 if (DEBUG_ORIENTATION) Slog.v(TAG, "freezeRotation: mRotation=" + mRotation);
5611 rotation == -1 ? mRotation : rotation);
5625 if (DEBUG_ORIENTATION) Slog.v(TAG, "thawRotation: mRotation=" + mRotation);
5724 int rotation = mPolicy.rotationForOrientationLw(mForcedAppOrientation, mRotation);
5735 if (mRotation == rotation && mAltOrientation == altOrientation) {
5743 + " from " + mRotation + (mAltOrientation ? " (alt)" : "")
5747 mRotation
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp212 int32_t mRotation; member in class:android::MPEG4Writer::Track
1138 mRotation(0) {
1471 mRotation = rotationDegrees;
2594 mOwner->writeCompositionMatrix(mRotation); // matrix

Completed in 273 milliseconds