/frameworks/base/core/java/android/hardware/camera2/params/ |
D | OutputConfiguration.java | 201 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/ |
D | FloatingActionButtonIcs.java | 28 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/ |
D | OutputConfiguration.cpp | 38 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/ |
D | OutputConfiguration.h | 69 mRotation == other.mRotation && 94 return mRotation < other.mRotation; 102 int mRotation; variable
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | CircularDisplayMask.java | 53 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()
|
D | EmulatorDisplayOverlay.java | 50 private int mRotation; field in EmulatorDisplayOverlay 122 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) { in positionSurface() 128 mRotation = rotation; in positionSurface()
|
D | Task.java | 75 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()
|
D | TaskStack.java | 98 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()
|
D | WindowManagerService.java | 548 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 …]
|
D | WindowSurfacePlacer.java | 593 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/ |
D | MaterialProgressDrawable.java | 98 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/ |
D | CircularBorderDrawable.java | 59 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()
|
D | ShadowDrawableWrapper.java | 74 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/ |
D | FixedRotationFilter.java | 38 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/ |
D | RenderNode_Delegate.java | 44 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()
|
D | IWindowManagerImpl.java | 47 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/ |
D | BitmapRegionTileSource.java | 162 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/ |
D | TiledImageRenderer.java | 111 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/ |
D | WallpaperCropActivity.java | 459 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/ |
D | RenderProperties.h | 321 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
|
D | RenderProperties.cpp | 199 mComputedFields.mTransformCamera.rotateZ(-mPrimitiveFields.mRotation); in updateMatrix()
|
/frameworks/av/camera/ndk/impl/ |
D | ACameraCaptureSession.h | 43 int mRotation = CAMERA3_STREAM_ROTATION_0; member
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | QSTileHost.java | 97 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/ |
D | PhotoView.java | 161 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/ |
D | MPEG4Writer.cpp | 364 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()
|