/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
D | RecapitalizeStatusTests.java | 68 status.rotate(); in testRotate() 72 status.rotate(); in testRotate() 74 status.rotate(); in testRotate() 76 status.rotate(); in testRotate() 80 status.rotate(); in testRotate() 84 status.rotate(); in testRotate() 86 status.rotate(); in testRotate() 88 status.rotate(); in testRotate() 92 status.rotate(); in testRotate() 96 status.rotate(); in testRotate() [all …]
|
/packages/services/BuiltInPrintService/src/com/android/bips/ |
D | ImageToPdfTask.java | 90 boolean rotate; in writeBitmapToPage() 95 rotate = false; in writeBitmapToPage() 100 rotate = true; in writeBitmapToPage() 105 drawDirect(page, extent, fill, rotate); in writeBitmapToPage() 108 drawOptimized(page, extent, scale, rotate); in writeBitmapToPage() 115 private void drawDirect(PdfDocument.Page page, RectF extent, boolean fill, boolean rotate) { in drawDirect() argument 129 if (rotate) { in drawDirect() 141 private void drawOptimized(PdfDocument.Page page, RectF extent, float scale, boolean rotate) { in drawOptimized() argument 152 if (rotate) { in drawOptimized()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | FilterRotateRepresentation.java | 71 setTextId(R.string.rotate); in FilterRotateRepresentation() 165 FilterRotateRepresentation rotate = (FilterRotateRepresentation) rep; in equals() local 166 if (rotate.mRotation.value() != mRotation.value()) { in equals()
|
/packages/apps/LegacyCamera/res/raw/ |
D | goofy_face.graph | 87 @filter FixedRotationFilter rotate { 109 @connect source[video] => rotate[image]; 110 @connect rotate[image] => toPackedGray[image];
|
/packages/apps/Camera2/res/raw/ |
D | goofy_face.graph | 88 @filter FixedRotationFilter rotate { 112 @connect source[video] => rotate[image]; 113 @connect rotate[image] => toPackedGray[image];
|
/packages/apps/Gallery2/res/raw/ |
D | goofy_face.graph | 88 @filter FixedRotationFilter rotate { 112 @connect source[video] => rotate[image]; 113 @connect rotate[image] => toPackedGray[image];
|
/packages/apps/Gallery2/jni/filters/ |
D | geometry.c | 101 static __inline__ void rotate_fun(int rotate, uint8_t * source, int srcWidth, int srcHeight, uint8_… in rotate_fun() argument 102 switch( rotate ) in rotate_fun() 144 …ject src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth, jint dstHeight, jint rotate) { in JNIFUNCF() argument 149 rotate_fun(rotate, source, srcWidth, srcHeight, destination, dstWidth, dstHeight); in JNIFUNCF()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | CaptureLayoutHelper.java | 351 Matrix rotate = new Matrix(); in getPositionConfiguration() local 352 rotate.setRotate(180, width / 2, height / 2); in getPositionConfiguration() 354 rotate.mapRect(config.mPreviewRect); in getPositionConfiguration() 355 rotate.mapRect(config.mBottomBarRect); in getPositionConfiguration()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | ProgressSpinner.java | 74 canvas.rotate(mInnerDegree, 0, 0, 1); in draw() 76 canvas.rotate(mOuterDegree - mInnerDegree, 0, 0, 1); in draw()
|
D | SlideshowView.java | 103 canvas.rotate(mPrevRotation, 0, 0, 1); in render() 113 canvas.rotate(mCurrentRotation, 0, 0, 1); in render()
|
/packages/apps/Car/RotaryController/ |
D | readme.md | 21 To rotate the controller counter-clockwise, run: 29 To rotate the controller multiple times (100 ms ago and 50 ms ago), run:
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
D | EditorRotate.java | 75 mImageRotate.rotate(); in openUtilityPanel() 90 return R.string.rotate; in getTextId()
|
/packages/apps/Browser2/src/org/chromium/webview_shell/ |
D | WebViewAnimationTestActivity.java | 93 case R.id.rotate: in onCreate() 100 findViewById(R.id.rotate).setOnClickListener(onClickListner); in onCreate()
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
D | BaseImage.java | 101 b = Util.rotate(b, getDegreesRotated()); in fullSizeBitmap() 179 b = Util.rotate(b, getDegreesRotated()); in miniThumbBitmap()
|
D | Image.java | 160 bitmap = Util.rotate(bitmap, getDegreesRotated()); in thumbBitmap()
|
/packages/modules/Bluetooth/android/ChannelSoundingTestApp/app/src/main/java/com/android/bluetooth/channelsoundingtestapp/ |
D | CanvasView.java | 122 canvas.rotate(-60, currentX - 15, END_Y + 50); in onDraw() 124 canvas.rotate(60, currentX - 15, END_Y + 50); in onDraw()
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | LocalMergeAlbum.java | 207 public void rotate(int degrees) { in rotate() method in LocalMergeAlbum 209 set.rotate(degrees); in rotate()
|
D | DataManager.java | 256 public void rotate(Path path, int degrees) { in rotate() method in DataManager 257 getMediaObject(path).rotate(degrees); in rotate()
|
D | MediaObject.java | 104 public void rotate(int degrees) { in rotate() method in MediaObject
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | ImageRotate.java | 47 public void rotate() { in rotate() method in ImageRotate
|
/packages/modules/Permission/tests/functional/safetycenter/safetycenteractivity/src/android/safetycenter/functional/ui/ |
D | SafetyCenterActivityTest.kt | 64 import com.android.safetycenter.testing.UiTestHelper.rotate 594 getUiDevice().rotate() in issueCard_confirmsDismissal_afterRotation_dismisses() 636 getUiDevice().rotate() in issueCard_confirmsDismissal_afterRotation_cancels() 752 getUiDevice().rotate() in issueCard_resolveIssue_withDialog_rotates_clickYes_resolves() 1115 getUiDevice().rotate() in moreIssuesCard_rotation_cardsStillExpanded() 1328 getUiDevice().rotate() in expandedEntryGroup_rotation_remainsExpanded()
|
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/ |
D | WidgetUtils.java | 74 canvas.rotate(rotation); in createWidgetBitmap()
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | GLCanvas.java | 62 public abstract void rotate(float angle, float x, float y, float z); in rotate() method
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | OrientedBitmapDrawable.java | 100 canvas.rotate(mOrientationParams.rotation, mCenterX, mCenterY); in draw()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | SpringRelativeLayout.java | 73 canvas.rotate(180, width, 0); in draw()
|