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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonDrawable.java78 public void setRotation(float degrees) { method in class:KeyButtonDrawable
80 ((ShadowKeyDrawable) getDrawable(0)).setRotation(degrees);
83 ((ShadowKeyDrawable) getDrawable(1)).setRotation(degrees);
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiAutomatorBridge.java73 public boolean setRotation(int rotation) { method in class:UiAutomatorBridge
74 return mUiAutomation.setRotation(rotation);
/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java134 public boolean setRotation(int rotation) { method in class:UiAutomationConnection
H A DUiAutomation.java539 public boolean setRotation(int rotation) { method in class:UiAutomation
552 mUiAutomationConnection.setRotation(rotation);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSlashDrawable.java96 public void setRotation(float rotation) { method in class:SlashDrawable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DShadowKeyDrawable.java55 public void setRotation(float degrees) { method in class:ShadowKeyDrawable
/frameworks/base/services/tests/servicestests/src/com/android/server/policy/
H A DPhoneWindowManagerTestBase.java97 public void setRotation(int rotation) { method in class:PhoneWindowManagerTestBase
/frameworks/support/heifwriter/src/androidTest/java/androidx/heifwriter/
H A DHeifWriterTest.java228 doTest(builder.setRotation(270).build());
229 doTest(builder.setRotation(180).build());
230 doTest(builder.setRotation(90).build());
231 doTest(builder.setRotation(0).build());
330 Builder setRotation(int rotation) { method in class:HeifWriterTest.TestConfig.Builder
407 .setRotation(config.mRotation)
/frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
H A DHeifWriter.java186 public Builder setRotation(int rotation) { method in class:HeifWriter.Builder
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp206 static void setRotation(JNIEnv*, jobject, jlong groupPtr, jfloat rotation) { function in namespace:android
208 group->mutateStagingProperties()->setRotation(rotation);
388 {"nSetRotation", "(JF)V", (void*)setRotation},
/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java295 setRotation(t, originalRotation);
351 private void setRotation(SurfaceControl.Transaction t, int rotation) { method in class:ScreenRotationAnimation
364 public boolean setRotation(SurfaceControl.Transaction t, int rotation, method in class:ScreenRotationAnimation
366 setRotation(t, rotation);
H A DDisplayContent.java920 void setRotation(int newRotation) { method in class:DisplayContent
1102 if (screenRotationAnimation.setRotation(getPendingTransaction(), rotation,
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
H A DCircularProgressDrawable.java348 mRing.setRotation(rotation);
421 private void setRotation(float rotation) { method in class:CircularProgressDrawable
465 setRotation(0);
523 ring.setRotation(rotation);
556 ring.setRotation(rotation);
557 setRotation(groupRotation);
874 void setRotation(float rotation) { method in class:CircularProgressDrawable.Ring
945 setRotation(0);
/frameworks/base/core/java/android/view/
H A DRenderNode.java399 * transforms (such as {@link #setScaleX(float)}, {@link #setRotation(float)}, etc.)
544 * @see View#setRotation(float)
547 public boolean setRotation(float rotation) { method in class:RenderNode
554 * @see #setRotation(float)
H A DView.java5592 setRotation(rotation);
14440 * {@link #setScaleX(float)} or {@link #setRotation(float)}.
14636 * @see #setRotation(float)
14661 public void setRotation(float rotation) { method in class:View
14665 mRenderNode.setRotation(rotation);
14700 * @see #setRotation(float)
14744 * @see #setRotation(float)
14836 * The x location of the point around which the view is {@link #setRotation(float) rotated}
14854 * {@link #setRotation(float) rotated} and {@link #setScaleX(float) scaled}.
14878 * The y location of the point around which the view is {@link #setRotation(floa
[all...]
/frameworks/base/libs/hwui/
H A DRenderProperties.h277 bool setRotation(float rotation) { function in class:android::uirenderer::RenderProperties
H A DVectorDrawable.h402 void setRotation(float rotation) { VD_SET_PRIMITIVE_FIELD_AND_NOTIFY(rotate, rotation); } function in class:android::uirenderer::VectorDrawable::Group::GroupProperties
/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
H A DVectorDrawableCompat.java1420 public void setRotation(float rotation) { method in class:VectorDrawableCompat.VGroup
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1257 object.setRotation(value);
1502 public void setRotation(float rotation) { method in class:VectorDrawable.VGroup
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java297 group.setRotation(rotate);
334 group.setRotation(rotation);
826 return this::setRotation;
899 private void setRotation(float rotation) { method in class:VectorDrawable_Delegate.VGroup_Delegate
/frameworks/support/compat/src/main/java/androidx/core/view/
H A DViewCompat.java1839 * @deprecated Use {@link View#setRotation(float)} directly.
1842 public static void setRotation(View view, float value) { method in class:ViewCompat
1843 view.setRotation(value);
1902 * {@link #setRotation(View, float) rotated} and {@link #setScaleX(View, float) scaled}.
1913 * {@link #setRotation(View, float) rotated} and {@link #setScaleX(View, float) scaled}.
1928 * The y location of the point around which the view is {@link #setRotation(View,
1942 * {@link #setRotation(View, float) rotated} and {@link #setScaleY(View, float) scaled}.
/frameworks/base/core/java/android/hardware/
H A DCamera.java339 * @see Parameters#setRotation(int)
3351 * mParameters.setRotation(rotation);
3362 public void setRotation(int rotation) { method in class:Camera.Parameters
4210 * {@link #setJpegQuality(int)}, {@link #setRotation(int)}, and etc. The

Completed in 516 milliseconds