Searched refs:mRotation (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/av/include/camera/camera2/
H A DOutputConfiguration.h69 mRotation == other.mRotation &&
94 return mRotation < other.mRotation;
102 int mRotation; member in class:android::hardware::camera2::params::OutputConfiguration
/frameworks/base/core/java/android/hardware/camera2/params/
H A DOutputConfiguration.java201 mRotation = rotation;
248 mRotation = ROTATION_0;
319 this.mRotation = other.mRotation;
342 mRotation = rotation;
381 return mRotation;
423 dest.writeInt(mRotation);
456 return mRotation == other.mRotation &&
478 mRotation, mConfiguredSiz
489 private final int mRotation; field in class:OutputConfiguration
[all...]
/frameworks/av/camera/camera2/
H A DOutputConfiguration.cpp38 return mRotation;
58 mRotation(INVALID_ROTATION),
66 mRotation(INVALID_ROTATION),
121 mRotation = rotation;
129 mRotation, mSurfaceSetID, mSurfaceType);
137 mRotation = rotation;
146 err = parcel->writeInt32(mRotation);
/frameworks/support/design/ics/android/support/design/widget/
H A DFloatingActionButtonIcs.java28 private float mRotation; field in class:FloatingActionButtonIcs
33 mRotation = mView.getRotation();
44 if (mRotation != rotation) {
45 mRotation = rotation;
161 if ((mRotation % 90) != 0) {
174 mShadowDrawable.setRotation(-mRotation);
177 mBorderDrawable.setRotation(-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/support/design/base/android/support/design/widget/
H A DCircularBorderDrawable.java59 private float mRotation; field in class:CircularBorderDrawable
106 canvas.rotate(mRotation, rectF.centerX(), rectF.centerY());
146 if (rotation != mRotation) {
147 mRotation = rotation;
H A DShadowDrawableWrapper.java75 private float mRotation; field in class:ShadowDrawableWrapper
202 if (mRotation != rotation) {
203 mRotation = rotation;
210 canvas.rotate(mRotation, mContentBounds.centerX(), mContentBounds.centerY());
/frameworks/base/services/core/java/com/android/server/wm/
H A DEmulatorDisplayOverlay.java50 private int mRotation; field in class:EmulatorDisplayOverlay
122 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) {
128 mRotation = rotation;
H A DCircularDisplayMask.java54 private int mRotation; field in class:CircularDisplayMask
214 switch (mRotation) {
284 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) {
290 mRotation = rotation;
H A DTask.java76 int mRotation; field in class:Task
238 if (mPreScrollBounds.equals(bounds) && oldFullscreen == mFullscreen && mRotation == rotation) {
255 mRotation = rotation;
582 if (mRotation == newRotation) {
598 displayContent.rotateBounds(mRotation, newRotation, mTmpRect2);
H A DTaskStack.java99 int mRotation; field in class:TaskStack
288 if (mBounds.equals(bounds) && oldFullscreen == mFullscreen && mRotation == rotation) {
298 mRotation = rotation;
370 if (mRotation == newRotation && mDensity == newDensity) {
390 if (mRotation == newRotation && mDensity == newDensity) {
403 mDisplayContent.rotateBounds(mRotation, newRotation, mTmpRect2);
H A DWindowManagerService.java555 int mRotation = 0; field in class:WindowManagerService
2205 if (mPolicy.getInsetHintLw(win.mAttrs, taskBounds, mRotation,
3174 win.mLastVisibleLayoutRotation = mRotation;
3883 int rotation = mPolicy.rotationForOrientationLw(mLastOrientation, mRotation);
3886 if (mRotation == rotation && mAltOrientation == altOrientation) {
6700 if (DEBUG_ORIENTATION) Slog.v(TAG_WM, "freezeRotation: mRotation=" + mRotation);
6705 rotation == -1 ? mRotation : rotation);
6724 if (DEBUG_ORIENTATION) Slog.v(TAG_WM, "thawRotation: mRotation=" + mRotation);
[all...]
H A DWindowSurfacePlacer.java597 mService.mRotation);
601 mService.mRotation);
924 mService.mPolicy.beginLayoutLw(isDefaultDisplay, dw, dh, mService.mRotation,
/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.h43 int mRotation = CAMERA3_STREAM_ROTATION_0; member in struct:ACaptureSessionOutput
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DRenderNode_Delegate.java44 private float mRotation; field in class:RenderNode_Delegate
148 if (delegate != null && delegate.mRotation != rotation) {
149 delegate.mRotation = rotation;
159 return delegate.mRotation;
H A DIWindowManagerImpl.java47 private final int mRotation; field in class:IWindowManagerImpl
54 mRotation = rotation;
68 return mRotation;
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java98 private float mRotation; field in class:MaterialProgressDrawable
228 c.rotate(mRotation, bounds.exactCenterX(), bounds.exactCenterY());
249 mRotation = rotation;
255 return mRotation;
475 private float mRotation = 0.0f; field in class:MaterialProgressDrawable.Ring
532 final float startAngle = (mStartTrim + mRotation) * 360;
533 final float endAngle = (mEndTrim + mRotation) * 360;
701 mRotation = rotation;
707 return mRotation;
772 mStartingRotation = mRotation;
[all...]
/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/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java459 int mRotation; field in class:WallpaperCropActivity.BitmapCropTask
508 mRotation = rotation;
602 if (mRotation > 0) {
603 rotateMatrix.setRotate(mRotation);
604 inverseRotateMatrix.setRotate(-mRotation);
723 if (mOutWidth > 0 && mOutHeight > 0 || mRotation > 0) {
738 if (mRotation == 0) {
744 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/base/libs/hwui/
H A DRenderProperties.h321 return RP_SET_AND_DIRTY(mPrimitiveFields.mRotation, rotation);
325 return mPrimitiveFields.mRotation;
639 float mRotation = 0, mRotationX = 0, mRotationY = 0; member in struct:android::uirenderer::RenderProperties::PrimitiveFields
H A DRenderProperties.cpp199 mComputedFields.mTransformCamera.rotateZ(-mPrimitiveFields.mRotation);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQSTileHost.java97 private final RotationLockController mRotation; field in class:QSTileHost
132 mRotation = rotation;
248 return mRotation;
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java161 private float mRotation; field in class:PhotoView
915 mMatrix.postRotate(-mRotation, getWidth() / 2, getHeight() / 2);
975 mMatrix.postRotate(mRotation, getWidth() / 2, getHeight() / 2);
1113 mRotation += degrees;
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp365 int32_t mRotation; member in class:android::MPEG4Writer::Track
1556 mRotation(0) {
1910 mRotation = rotationDegrees;
3241 mOwner->writeCompositionMatrix(mRotation); // matrix

Completed in 1381 milliseconds

12