/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
D | SceneGraphRS.java | 37 int mRotation; field in SceneGraphRS 47 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()
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
D | FixedRotationFilter.java | 39 private int mRotation = 0; field in FixedRotationFilter 62 if (mRotation == 0) { in process() 80 switch (((int)Math.round(mRotation / 90f)) % 4) { in process()
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
D | IWindowManagerImpl.java | 51 private final int mRotation; field in IWindowManagerImpl 59 mRotation = rotation; in IWindowManagerImpl() 74 return mRotation; in getRotation()
|
/frameworks/base/libs/hwui/ |
D | DisplayListRenderer.h | 211 if (rotation != mRotation) { in setRotation() 212 mRotation = rotation; in setRotation() 214 if (mRotation == 0.0f) { in setRotation() 517 float mRotation, mRotationX, mRotationY; variable
|
D | DisplayListRenderer.cpp | 291 mRotation = 0; in init() 704 mTransformMatrix->preRotate(mRotation, mPivotX, mPivotY); in updateMatrix() 716 mTransformCamera->rotateZ(-mRotation); in updateMatrix()
|
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/ |
D | PhotoView.java | 144 private float mRotation; field in PhotoView 759 mMatrix.postRotate(-mRotation, getWidth() / 2, getHeight() / 2); in scale() 775 mMatrix.postRotate(mRotation, getWidth() / 2, getHeight() / 2); in scale() 905 mRotation += degrees; in rotate()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
D | PhotoView.java | 142 private float mRotation; field in PhotoView 761 mMatrix.postRotate(-mRotation, getWidth() / 2, getHeight() / 2); in scale() 777 mMatrix.postRotate(mRotation, getWidth() / 2, getHeight() / 2); in scale() 907 mRotation += degrees; in rotate()
|
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 856 info.mRotation = value; in setValue() 904 return info.mRotation; in getValue()
|
D | View.java | 2694 float mRotation = 0f; field in View.TransformationInfo 8840 info.mMatrix.preRotate(info.mRotation, info.mPivotX, info.mPivotY); 8849 info.mCamera.rotate(info.mRotationX, info.mRotationY, -info.mRotation); 8978 return mTransformationInfo != null ? mTransformationInfo.mRotation : 0; 8998 if (info.mRotation != rotation) { 9001 info.mRotation = rotation; 13291 mTransformationInfo.mRotation, mTransformationInfo.mRotationX,
|
/frameworks/base/services/java/com/android/server/wm/ |
D | WindowManagerService.java | 456 int mRotation = 0; field in WindowManagerService 5963 if (DEBUG_ORIENTATION) Slog.v(TAG, "freezeRotation: mRotation=" + mRotation); in freezeRotation() 5966 rotation == -1 ? mRotation : rotation); in freezeRotation() 5980 if (DEBUG_ORIENTATION) Slog.v(TAG, "thawRotation: mRotation=" + mRotation); in thawRotation() 6081 int rotation = mPolicy.rotationForOrientationLw(mForcedAppOrientation, mRotation); in updateRotationUncheckedLocked() 6092 if (mRotation == rotation && mAltOrientation == altOrientation) { in updateRotationUncheckedLocked() 6100 + " from " + mRotation + (mAltOrientation ? " (alt)" : "") in updateRotationUncheckedLocked() 6104 mRotation = rotation; in updateRotationUncheckedLocked() 6106 mPolicy.setRotationLw(mRotation); in updateRotationUncheckedLocked() 6181 return mRotation; in getRotation() [all …]
|
/frameworks/av/media/libstagefright/ |
D | MPEG4Writer.cpp | 293 int32_t mRotation; member in android::MPEG4Writer::Track 1256 mRotation(0) { in Track() 1600 mRotation = rotationDegrees; in start() 2719 mOwner->writeCompositionMatrix(mRotation); // matrix in writeTkhdBox()
|