Searched refs:mRotation (Results 1 - 13 of 13) 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/android/view/
H A DIWindowManagerImpl.java51 private final int mRotation; field in class:IWindowManagerImpl
58 mRotation = rotation;
72 return mRotation;
/frameworks/base/libs/hwui/
H A DDisplayList.h221 if (rotation != mRotation) {
222 mRotation = rotation;
224 if (mRotation == 0.0f) {
233 return mRotation;
513 float mRotation, mRotationX, mRotationY; member in class:android::uirenderer::DisplayList
H A DDisplayList.cpp256 mRotation = 0;
325 mTransformMatrix->preRotate(mRotation, mPivotX, mPivotY);
337 mTransformCamera->rotateZ(-mRotation);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java63 private final int mRotation; field in class:BitmapRegionTileSource
87 mRotation = rotation;
149 return mRotation;
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java378 int mRotation; field in class:WallpaperCropActivity.BitmapCropTask
427 mRotation = rotation;
516 if (mRotation > 0) {
517 rotateMatrix.setRotate(mRotation);
518 inverseRotateMatrix.setRotate(-mRotation);
597 if (mOutWidth > 0 && mOutHeight > 0 || mRotation > 0) {
612 if (mRotation == 0) {
618 m2.setRotate(mRotation);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java111 protected int mRotation; field in class:TiledImageRenderer
196 if (mRotation != rotation) {
197 mRotation = rotation;
277 getRange(range, mCenterX, mCenterY, mLevel, mScale, mRotation);
293 getRange(range[i - fromLevel], mCenterX, mCenterY, i, mRotation);
297 if (mRotation % 90 != 0) {
421 int rotation = mRotation;
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java150 private float mRotation; field in class:PhotoView
826 mMatrix.postRotate(-mRotation, getWidth() / 2, getHeight() / 2);
842 mMatrix.postRotate(mRotation, getWidth() / 2, getHeight() / 2);
972 mRotation += degrees;
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java913 info.mRotation = value;
961 return info.mRotation;
H A DView.java2877 float mRotation = 0f; field in class:View.TransformationInfo
9309 info.mMatrix.preRotate(info.mRotation, info.mPivotX, info.mPivotY);
9318 info.mCamera.rotate(info.mRotationX, info.mRotationY, -info.mRotation);
9447 return mTransformationInfo != null ? mTransformationInfo.mRotation : 0;
9467 if (info.mRotation != rotation) {
9470 info.mRotation = rotation;
14014 mTransformationInfo.mRotation, mTransformationInfo.mRotationX,
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java437 int mRotation = 0; field in class:WindowManagerService
5767 if (DEBUG_ORIENTATION) Slog.v(TAG, "freezeRotation: mRotation=" + mRotation);
5772 rotation == -1 ? mRotation : rotation);
5791 if (DEBUG_ORIENTATION) Slog.v(TAG, "thawRotation: mRotation=" + mRotation);
5901 int rotation = mPolicy.rotationForOrientationLw(mForcedAppOrientation, mRotation);
5912 if (mRotation == rotation && mAltOrientation == altOrientation) {
5920 + " from " + mRotation + (mAltOrientation ? " (alt)" : "")
5924 mRotation
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp292 int32_t mRotation; member in class:android::MPEG4Writer::Track
1357 mRotation(0) {
1707 mRotation = rotationDegrees;
2826 mOwner->writeCompositionMatrix(mRotation); // matrix

Completed in 1472 milliseconds