Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/hardware/camera2/params/
DOutputConfiguration.java201 mRotation = rotation; in OutputConfiguration()
248 mRotation = ROTATION_0; in OutputConfiguration()
319 this.mRotation = other.mRotation; in OutputConfiguration()
342 mRotation = rotation; in OutputConfiguration()
381 return mRotation; in getRotation()
423 dest.writeInt(mRotation); in writeToParcel()
456 return mRotation == other.mRotation && in equals()
478 mRotation, mConfiguredSize.hashCode(), mConfiguredFormat, mConfiguredDataspace, in hashCode()
483 mRotation, mSurface.hashCode(), mConfiguredGenerationId, in hashCode()
489 private final int mRotation; field in OutputConfiguration
/frameworks/support/design/ics/android/support/design/widget/
DFloatingActionButtonIcs.java28 private float mRotation; field in FloatingActionButtonIcs
33 mRotation = mView.getRotation(); in FloatingActionButtonIcs()
44 if (mRotation != rotation) { in onPreDraw()
45 mRotation = rotation; in onPreDraw()
161 if ((mRotation % 90) != 0) { in updateFromViewRotation()
174 mShadowDrawable.setRotation(-mRotation); in updateFromViewRotation()
177 mBorderDrawable.setRotation(-mRotation); in updateFromViewRotation()
/frameworks/av/camera/camera2/
DOutputConfiguration.cpp38 return mRotation; in getRotation()
58 mRotation(INVALID_ROTATION), in OutputConfiguration()
66 mRotation(INVALID_ROTATION), in OutputConfiguration()
121 mRotation = rotation; in readFromParcel()
129 mRotation, mSurfaceSetID, mSurfaceType); in readFromParcel()
137 mRotation = rotation; in OutputConfiguration()
146 err = parcel->writeInt32(mRotation); in writeToParcel()
/frameworks/av/include/camera/camera2/
DOutputConfiguration.h69 mRotation == other.mRotation &&
94 return mRotation < other.mRotation;
102 int mRotation; variable
/frameworks/base/services/core/java/com/android/server/wm/
DCircularDisplayMask.java53 private int mRotation; field in CircularDisplayMask
110 switch (mRotation) { in drawIfNeeded()
150 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) { in positionSurface()
156 mRotation = rotation; in positionSurface()
DEmulatorDisplayOverlay.java50 private int mRotation; field in EmulatorDisplayOverlay
122 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) { in positionSurface()
128 mRotation = rotation; in positionSurface()
DTask.java75 int mRotation; field in Task
237 … if (mPreScrollBounds.equals(bounds) && oldFullscreen == mFullscreen && mRotation == rotation) { in setBounds()
254 mRotation = rotation; in setBounds()
581 if (mRotation == newRotation) { in updateDisplayInfo()
597 displayContent.rotateBounds(mRotation, newRotation, mTmpRect2); in updateDisplayInfo()
DTaskStack.java98 int mRotation; field in TaskStack
287 if (mBounds.equals(bounds) && oldFullscreen == mFullscreen && mRotation == rotation) { in setBounds()
297 mRotation = rotation; in setBounds()
369 if (mRotation == newRotation && mDensity == newDensity) { in updateDisplayInfo()
389 if (mRotation == newRotation && mDensity == newDensity) { in updateBoundsAfterConfigChange()
403 mDisplayContent.rotateBounds(mRotation, newRotation, mTmpRect2); in updateBoundsAfterConfigChange()
DWindowManagerService.java548 int mRotation = 0; field in WindowManagerService
2138 if (mPolicy.getInsetHintLw(win.mAttrs, taskBounds, mRotation, in addWindow()
3086 win.mLastVisibleLayoutRotation = mRotation; in relayoutVisibleWindow()
6590 if (DEBUG_ORIENTATION) Slog.v(TAG_WM, "freezeRotation: mRotation=" + mRotation); in freezeRotation()
6595 rotation == -1 ? mRotation : rotation); in freezeRotation()
6614 if (DEBUG_ORIENTATION) Slog.v(TAG_WM, "thawRotation: mRotation=" + mRotation); in thawRotation()
6725 int rotation = mPolicy.rotationForOrientationLw(mLastOrientation, mRotation); in updateRotationUncheckedLocked()
6736 if (mRotation == rotation && mAltOrientation == altOrientation) { in updateRotationUncheckedLocked()
6744 + " from " + mRotation + (mAltOrientation ? " (alt)" : "") in updateRotationUncheckedLocked()
6748 int oldRotation = mRotation; in updateRotationUncheckedLocked()
[all …]
DWindowSurfacePlacer.java593 mService.mRotation); in applySurfaceChangesTransaction()
597 mService.mRotation); in applySurfaceChangesTransaction()
922 mService.mPolicy.beginLayoutLw(isDefaultDisplay, dw, dh, mService.mRotation, in performLayoutLockedInner()
/frameworks/support/core-ui/java/android/support/v4/widget/
DMaterialProgressDrawable.java98 private float mRotation; field in MaterialProgressDrawable
228 c.rotate(mRotation, bounds.exactCenterX(), bounds.exactCenterY()); in draw()
249 mRotation = rotation; in setRotation()
255 return mRotation; in getRotation()
475 private float mRotation = 0.0f; field in MaterialProgressDrawable.Ring
532 final float startAngle = (mStartTrim + mRotation) * 360; in draw()
533 final float endAngle = (mEndTrim + mRotation) * 360; in draw()
701 mRotation = rotation; in setRotation()
707 return mRotation; in getRotation()
772 mStartingRotation = mRotation; in storeOriginals()
/frameworks/support/design/base/android/support/design/widget/
DCircularBorderDrawable.java59 private float mRotation; field in CircularBorderDrawable
106 canvas.rotate(mRotation, rectF.centerX(), rectF.centerY()); in draw()
146 if (rotation != mRotation) { in setRotation()
147 mRotation = rotation; in setRotation()
DShadowDrawableWrapper.java74 private float mRotation; field in ShadowDrawableWrapper
201 if (mRotation != rotation) { in setRotation()
202 mRotation = rotation; in setRotation()
209 canvas.rotate(mRotation, mContentBounds.centerX(), mContentBounds.centerY()); in drawShadow()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DFixedRotationFilter.java38 private int mRotation = 0; field in FixedRotationFilter
61 if (mRotation == 0) { in process()
79 switch (((int)Math.round(mRotation / 90f)) % 4) { in process()
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DRenderNode_Delegate.java44 private float mRotation; field in RenderNode_Delegate
148 if (delegate != null && delegate.mRotation != rotation) { in nSetRotation()
149 delegate.mRotation = rotation; in nSetRotation()
159 return delegate.mRotation; in nGetRotation()
DIWindowManagerImpl.java47 private final int mRotation; field in IWindowManagerImpl
54 mRotation = rotation; in IWindowManagerImpl()
68 return mRotation; in getRotation()
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
DBitmapRegionTileSource.java162 private int mRotation; field in BitmapRegionTileSource.BitmapSource
173 mRotation = ExifInterface.getRotationForOrientationValue(ori.shortValue()); in loadInBackground()
216 return mRotation; in getRotation()
371 private final int mRotation; field in BitmapRegionTileSource
381 mRotation = source.getRotation(); in BitmapRegionTileSource()
432 return mRotation; in getRotation()
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DTiledImageRenderer.java111 protected int mRotation; field in TiledImageRenderer
196 if (mRotation != rotation) { in setModel()
197 mRotation = rotation; in setModel()
277 getRange(range, mCenterX, mCenterY, mLevel, mScale, mRotation); in layoutTiles()
293 getRange(range[i - fromLevel], mCenterX, mCenterY, i, mRotation); in layoutTiles()
297 if (mRotation % 90 != 0) { in layoutTiles()
421 int rotation = mRotation; in draw()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java459 int mRotation;
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/libs/hwui/
DRenderProperties.h321 return RP_SET_AND_DIRTY(mPrimitiveFields.mRotation, rotation); in setRotation()
325 return mPrimitiveFields.mRotation; in getRotation()
639 float mRotation = 0, mRotationX = 0, mRotationY = 0; member
DRenderProperties.cpp199 mComputedFields.mTransformCamera.rotateZ(-mPrimitiveFields.mRotation); in updateMatrix()
/frameworks/av/camera/ndk/impl/
DACameraCaptureSession.h43 int mRotation = CAMERA3_STREAM_ROTATION_0; member
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DQSTileHost.java97 private final RotationLockController mRotation; field in QSTileHost
132 mRotation = rotation; in QSTileHost()
248 return mRotation; in getRotationLockController()
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java161 private float mRotation; field in PhotoView
915 mMatrix.postRotate(-mRotation, getWidth() / 2, getHeight() / 2); in scale()
975 mMatrix.postRotate(mRotation, getWidth() / 2, getHeight() / 2); in scale()
1113 mRotation += degrees; in rotate()
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp364 int32_t mRotation; member in android::MPEG4Writer::Track
1554 mRotation(0) { in Track()
1908 mRotation = rotationDegrees; in start()
3218 mOwner->writeCompositionMatrix(mRotation); // matrix in writeTkhdBox()

12