Searched refs:mRotation (Results 1 - 16 of 16) 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.java38 private int mRotation = 0; field in class:FixedRotationFilter
61 if (mRotation == 0) {
79 switch (((int)Math.round(mRotation / 90f)) % 4) {
/frameworks/base/services/core/java/com/android/server/wm/
H A DEmulatorDisplayOverlay.java47 private int mRotation; field in class:EmulatorDisplayOverlay
117 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) {
123 mRotation = rotation;
H A DCircularDisplayMask.java50 private int mRotation; field in class:CircularDisplayMask
105 switch (mRotation) {
145 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) {
151 mRotation = rotation;
H A DWindowManagerService.java481 int mRotation = 0; field in class:WindowManagerService
6327 if (DEBUG_ORIENTATION) Slog.v(TAG, "freezeRotation: mRotation=" + mRotation);
6332 rotation == -1 ? mRotation : rotation);
6351 if (DEBUG_ORIENTATION) Slog.v(TAG, "thawRotation: mRotation=" + mRotation);
6461 int rotation = mPolicy.rotationForOrientationLw(mForcedAppOrientation, mRotation);
6472 if (mRotation == rotation && mAltOrientation == altOrientation) {
6480 + " from " + mRotation + (mAltOrientation ? " (alt)" : "")
6484 mRotation
[all...]
H A DWindowAnimator.java667 mService.getDefaultDisplayContentLocked(), mService.mRotation);
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java91 private float mRotation; field in class:MaterialProgressDrawable
221 c.rotate(mRotation, bounds.exactCenterX(), bounds.exactCenterY());
242 mRotation = rotation;
248 return mRotation;
406 private float mRotation = 0.0f; field in class:MaterialProgressDrawable.Ring
462 final float startAngle = (mStartTrim + mRotation) * 360;
463 final float endAngle = (mEndTrim + mRotation) * 360;
604 mRotation = rotation;
610 return mRotation;
675 mStartingRotation = mRotation;
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java42 private final int mRotation; field in class:IWindowManagerImpl
49 mRotation = rotation;
63 return mRotation;
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java162 private int mRotation; field in class:BitmapRegionTileSource.BitmapSource
173 mRotation = ExifInterface.getRotationForOrientationValue(ori.shortValue());
216 return mRotation;
371 private final int mRotation; field in class:BitmapRegionTileSource
381 mRotation = source.getRotation();
432 return mRotation;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQSTileHost.java77 private final RotationLockController mRotation; field in class:QSTileHost
102 mRotation = rotation;
182 return mRotation;
/frameworks/base/libs/hwui/
H A DRenderProperties.cpp85 , mRotation(0), mRotationX(0), mRotationY(0)
202 mComputedFields.mTransformCamera.rotateZ(-mPrimitiveFields.mRotation);
H A DRenderProperties.h292 return RP_SET_AND_DIRTY(mPrimitiveFields.mRotation, rotation);
296 return mPrimitiveFields.mRotation;
592 float mRotation, mRotationX, mRotationY; member in struct:android::uirenderer::RenderProperties::PrimitiveFields
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java460 int mRotation; field in class:WallpaperCropActivity.BitmapCropTask
509 mRotation = rotation;
603 if (mRotation > 0) {
604 rotateMatrix.setRotate(mRotation);
605 inverseRotateMatrix.setRotate(-mRotation);
724 if (mOutWidth > 0 && mOutHeight > 0 || mRotation > 0) {
739 if (mRotation == 0) {
745 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.java159 private float mRotation; field in class:PhotoView
944 mMatrix.postRotate(-mRotation, getWidth() / 2, getHeight() / 2);
957 mMatrix.postRotate(mRotation, getWidth() / 2, getHeight() / 2);
1096 mRotation += degrees;
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp306 int32_t mRotation; member in class:android::MPEG4Writer::Track
1374 mRotation(0) {
1724 mRotation = rotationDegrees;
2880 mOwner->writeCompositionMatrix(mRotation); // matrix

Completed in 1722 milliseconds