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
108 switch (mRotation) {
145 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) {
151 mRotation = rotation;
H A DWindowManagerService.java477 int mRotation = 0; field in class:WindowManagerService
6221 if (DEBUG_ORIENTATION) Slog.v(TAG, "freezeRotation: mRotation=" + mRotation);
6226 rotation == -1 ? mRotation : rotation);
6245 if (DEBUG_ORIENTATION) Slog.v(TAG, "thawRotation: mRotation=" + mRotation);
6355 int rotation = mPolicy.rotationForOrientationLw(mForcedAppOrientation, mRotation);
6366 if (mRotation == rotation && mAltOrientation == altOrientation) {
6374 + " from " + mRotation + (mAltOrientation ? " (alt)" : "")
6378 mRotation
[all...]
H A DWindowAnimator.java588 mService.getDefaultDisplayContentLocked(), mService.mRotation);
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java92 private float mRotation; field in class:MaterialProgressDrawable
222 c.rotate(mRotation, bounds.exactCenterX(), bounds.exactCenterY());
243 mRotation = rotation;
249 return mRotation;
415 private float mRotation = 0.0f; field in class:MaterialProgressDrawable.Ring
471 final float startAngle = (mStartTrim + mRotation) * 360;
472 final float endAngle = (mEndTrim + mRotation) * 360;
613 mRotation = rotation;
619 return mRotation;
684 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.java76 private final RotationLockController mRotation; field in class:QSTileHost
101 mRotation = rotation;
179 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.cpp301 int32_t mRotation; member in class:android::MPEG4Writer::Track
1369 mRotation(0) {
1719 mRotation = rotationDegrees;
2875 mOwner->writeCompositionMatrix(mRotation); // matrix

Completed in 1791 milliseconds