Searched defs:mRotation (Results 1 - 22 of 22) sorted by relevance

/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/av/camera/include/camera/camera2/
H A DOutputConfiguration.h70 return ( mRotation == other.mRotation &&
96 if (mRotation != other.mRotation) {
97 return mRotation < other.mRotation;
115 int mRotation; member in class:android::hardware::camera2::params::OutputConfiguration
/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.h43 int mRotation = CAMERA3_STREAM_ROTATION_0; member in struct:ACaptureSessionOutput
/frameworks/av/include/camera/camera2/
H A DOutputConfiguration.h70 return ( mRotation == other.mRotation &&
96 if (mRotation != other.mRotation) {
97 return mRotation < other.mRotation;
115 int mRotation; member in class:android::hardware::camera2::params::OutputConfiguration
/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.java53 private int mRotation; field in class:CircularDisplayMask
110 switch (mRotation) {
150 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) {
156 mRotation = rotation;
H A DTask.java71 private int mRotation; field in class:Task
299 if (mBounds.equals(bounds) && oldFullscreen == mFillsParent && mRotation == rotation) {
313 mRotation = rotation;
556 if (mRotation == newRotation) {
572 displayContent.rotateBounds(mRotation, newRotation, mTmpRect2);
H A DTaskStack.java99 private int mRotation; field in class:TaskStack
268 if (mBounds.equals(bounds) && oldFullscreen == mFillsParent && mRotation == rotation) {
278 mRotation = rotation;
397 if (mRotation == newRotation && mDensity == newDensity) {
432 if (mRotation == newRotation && mDensity == newDensity) {
445 mDisplayContent.rotateBounds(mRotation, newRotation, mTmpRect2);
H A DDisplayContent.java228 private int mRotation = 0; field in class:DisplayContent
873 return mRotation;
877 mRotation = newRotation;
938 final int oldRotation = mRotation;
981 mRotation = rotation;
1109 final boolean rotated = (mRotation == ROTATION_90 || mRotation == ROTATION_270);
1132 final int appWidth = mService.mPolicy.getNonDecorDisplayWidth(dw, dh, mRotation, uiMode,
1134 final int appHeight = mService.mPolicy.getNonDecorDisplayHeight(dw, dh, mRotation, uiMode,
1136 mDisplayInfo.rotation = mRotation;
[all...]
/frameworks/base/core/java/android/hardware/camera2/params/
H A DOutputConfiguration.java215 mRotation = rotation;
268 mRotation = ROTATION_0;
404 this.mRotation = other.mRotation;
430 mRotation = rotation;
484 return mRotation;
526 dest.writeInt(mRotation);
553 if (mRotation != other.mRotation ||
586 mRotation, mConfiguredSiz
598 private final int mRotation; field in class:OutputConfiguration
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DRenderNode_Delegate.java46 private float mRotation; field in class:RenderNode_Delegate
155 if (delegate != null && delegate.mRotation != rotation) {
156 delegate.mRotation = rotation;
166 return delegate.mRotation;
H A DIWindowManagerImpl.java46 private final int mRotation; field in class:IWindowManagerImpl
53 mRotation = rotation;
67 return mRotation;
/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());
H A DFloatingActionButtonImpl.java58 private float mRotation; field in class:FloatingActionButtonImpl
107 mRotation = mView.getRotation();
364 if (mRotation != rotation) {
365 mRotation = rotation;
512 if ((mRotation % 90) != 0) {
525 mShadowDrawable.setRotation(-mRotation);
528 mBorderDrawable.setRotation(-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/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/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());
250 mRotation = rotation;
256 return mRotation;
476 private float mRotation = 0.0f; field in class:MaterialProgressDrawable.Ring
533 final float startAngle = (mStartTrim + mRotation) * 360;
534 final float endAngle = (mEndTrim + mRotation) * 360;
702 mRotation = rotation;
708 return mRotation;
773 mStartingRotation = mRotation;
[all...]
/frameworks/base/libs/hwui/
H A DRenderProperties.h323 return RP_SET_AND_DIRTY(mPrimitiveFields.mRotation, rotation);
327 return mPrimitiveFields.mRotation;
641 float mRotation = 0, mRotationX = 0, mRotationY = 0; member in struct:android::uirenderer::RenderProperties::PrimitiveFields
/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.cpp379 int32_t mRotation; member in class:android::MPEG4Writer::Track
1632 mRotation(0) {
2070 mRotation = rotationDegrees;
3475 mOwner->writeCompositionMatrix(mRotation); // matrix

Completed in 343 milliseconds