Searched refs:mRotation (Results 1 – 6 of 6) sorted by relevance
37 int mRotation; field in SceneGraphRS47 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()
54 private final int mRotation; field in BridgeWindowManager59 mRotation = rotation; in BridgeWindowManager()71 return mRotation; in getRotation()
734 info.mRotation = value; in setValue()774 return info.mRotation; in getValue()
2123 float mRotation = 0f; field in View.TransformationInfo7047 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;
440 int mRotation = 0; field in WindowManagerService5143 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 …]
199 int32_t mRotation; member in android::MPEG4Writer::Track1125 mRotation(0) { in Track()1455 mRotation = rotationDegrees; in start()2563 mOwner->writeCompositionMatrix(mRotation); // matrix in writeTkhdBox()