/packages/apps/Gallery/src/com/android/camera/ |
RotateBitmap.java | 25 private int mRotation; 29 mRotation = 0; 34 mRotation = rotation % 360; 38 mRotation = rotation; 42 return mRotation; 56 if (mRotation != 0) { 63 matrix.postRotate(mRotation); 70 return (mRotation / 90) % 2 != 0;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
FilterRotateRepresentation.java | 34 Rotation mRotation; 86 return mRotation; 90 switch(mRotation) { 92 mRotation = Rotation.NINETY; 95 mRotation = Rotation.ONE_EIGHTY; 98 mRotation = Rotation.TWO_SEVENTY; 101 mRotation = Rotation.ZERO; 107 mRotation = r.mRotation; 114 mRotation = rotation [all...] |
/frameworks/av/include/camera/camera2/ |
OutputConfiguration.h | 69 mRotation == other.mRotation && 94 return mRotation < other.mRotation; 102 int mRotation;
|
/frameworks/av/camera/camera2/ |
OutputConfiguration.cpp | 38 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/ |
FloatingActionButtonIcs.java | 28 private float mRotation; 33 mRotation = mView.getRotation(); 44 if (mRotation != rotation) { 45 mRotation = rotation; 161 if ((mRotation % 90) != 0) { 174 mShadowDrawable.setRotation(-mRotation); 177 mBorderDrawable.setRotation(-mRotation);
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
Image.java | 43 private int mRotation; 51 mRotation = rotation; 56 return mRotation; 60 if (mRotation == degrees) return; 61 mRotation = degrees; 63 values.put(ImageColumns.ORIENTATION, mRotation);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
CropView.java | 54 private int mRotation = 0; 119 || mRotation != rotation) { 120 mRotation = rotation; 125 mRotation = rotation; 192 mRotation = 0; 233 if (((mRotation < 0) ? -mRotation : mRotation) % 180 == 90) { 314 mRotation)) { 374 mScreenCropBounds, mCropObj.isFixedAspect(), decode(mCropObj.getSelectState(), mRotation)); [all...] |
CropActivity.java | 368 int mRotation = 0; 397 mRotation = (rotation < 0) ? -rotation : rotation; 398 mRotation %= 360; 399 mRotation = 90 * (int) (mRotation / 90); // now mRotation is a multiple of 90 429 m.setRotate(mRotation); 449 if (mRotation > 0) { 451 m.setRotate(mRotation); 519 if (mRotation > 0) [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
RVCVCameraPreview.java | 39 private int mRotation; 63 mRotation = rotation; 132 mCamera.setDisplayOrientation(mRotation);
|
/cts/tests/tests/graphics2/src/android/graphics2/cts/ |
TextureViewCameraActivity.java | 47 private float mRotation = 0f; 104 mRotation += SCREEN_ROTATION_RATE; 105 transformMatrix.setRotate(mRotation, mWidth/2, mHeight/2);
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
OutputConfiguration.java | 201 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, mConfiguredSize.hashCode(), mConfiguredFormat, mConfiguredDataspace [all...] |
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
FixedRotationFilter.java | 38 private int mRotation = 0; 61 if (mRotation == 0) { 79 switch (((int)Math.round(mRotation / 90f)) % 4) {
|
/frameworks/base/services/core/java/com/android/server/wm/ |
EmulatorDisplayOverlay.java | 50 private int mRotation; 122 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) { 128 mRotation = rotation;
|
CircularDisplayMask.java | 53 private int mRotation; 110 switch (mRotation) { 150 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) { 156 mRotation = rotation;
|
/frameworks/support/design/base/android/support/design/widget/ |
CircularBorderDrawable.java | 59 private float mRotation; 106 canvas.rotate(mRotation, rectF.centerX(), rectF.centerY()); 146 if (rotation != mRotation) { 147 mRotation = rotation;
|
ShadowDrawableWrapper.java | 74 private float mRotation; 201 if (mRotation != rotation) { 202 mRotation = rotation; 209 canvas.rotate(mRotation, mContentBounds.centerX(), mContentBounds.centerY());
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/ |
BitmapCropTask.java | 67 int mRotation; 106 mRotation = rotation; 185 && mRotation == 0 && mOutWidth > 0 && mOutHeight > 0) { 217 if (mRotation > 0) { 218 rotateMatrix.setRotate(mRotation); 219 inverseRotateMatrix.setRotate(-mRotation); 331 if (mOutWidth > 0 && mOutHeight > 0 || mRotation > 0) { 346 if (mRotation == 0) { 352 m2.setRotate(mRotation);
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/ |
BitmapRegionTileSource.java | 158 private int mRotation; 168 mRotation = ExifInterface.getRotationForOrientationValue(ori.shortValue()); 237 return mRotation; 393 private final int mRotation; 401 mRotation = source.getRotation(); 452 return mRotation;
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
RenderNode_Delegate.java | 44 private float mRotation; 148 if (delegate != null && delegate.mRotation != rotation) { 149 delegate.mRotation = rotation; 159 return delegate.mRotation;
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
UriImage.java | 57 private int mRotation; 102 mRotation = Exif.getOrientation(is); 124 mRotation = Exif.getOrientation(is); 296 return mRotation;
|
/packages/apps/Gallery2/src/com/android/photos/ |
BitmapRegionTileSource.java | 59 private final int mRotation; 69 mRotation = rotation; 121 return mRotation;
|
/packages/apps/Gallery2/src/com/android/photos/shims/ |
BitmapJobDrawable.java | 43 private int mRotation = 0; 63 mRotation = mItem.getRotation(); 90 canvas.rotate(mRotation, bounds.centerX(), bounds.centerY());
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
MaterialProgressDrawable.java | 98 private float mRotation; 228 c.rotate(mRotation, bounds.exactCenterX(), bounds.exactCenterY()); 249 mRotation = rotation; 255 return mRotation; 475 private float mRotation = 0.0f; 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/ |
BitmapRegionTileSource.java | 162 private int mRotation; 173 mRotation = ExifInterface.getRotationForOrientationValue(ori.shortValue()); 216 return mRotation; 371 private final int mRotation; 381 mRotation = source.getRotation(); 432 return mRotation;
|
/frameworks/av/camera/ndk/impl/ |
ACameraCaptureSession.h | 43 int mRotation = CAMERA3_STREAM_ROTATION_0;
|