Searched refs:setRotation (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl39 boolean setRotation(int rotation);
H A DUiAutomation.java462 public boolean setRotation(int rotation) { method in class:UiAutomation
475 mUiAutomationConnection.setRotation(rotation);
H A DUiAutomationConnection.java122 public boolean setRotation(int rotation) { method in class:UiAutomationConnection
/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);
H A DInteractionController.java572 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_FREEZE_270);
584 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_FREEZE_90);
596 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_FREEZE_0);
605 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_FREEZE_CURRENT);
614 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_UNFREEZE);
/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java112 public static void setRotation(View view, float value) { method in class:ViewCompatHC
113 view.setRotation(value);
/frameworks/base/core/java/android/transition/
H A DRotate.java54 view.setRotation(startRotation);
H A DChangeTransform.java421 view.setRotation(rotationZ);
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java185 mRing.setRotation(rotation);
241 void setRotation(float rotation) { method in class:MaterialProgressDrawable
289 setRotation(0);
306 ring.setRotation(rotation);
338 ring.setRotation(rotation);
342 setRotation(groupRotation);
603 public void setRotation(float rotation) { method in class:MaterialProgressDrawable.Ring
687 setRotation(0);
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DContactsExpansion.java113 arrow.setRotation(expanded ? 0 : 90);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java311 public void setRotation(View view, float value); method in interface:ViewCompat.ViewCompatImpl
610 public void setRotation(View view, float value) { method in class:ViewCompat.BaseViewCompatImpl
845 public void setRotation(View view, float value) { method in class:ViewCompat.HCViewCompatImpl
846 ViewCompatHC.setRotation(view, value);
2062 public static void setRotation(View view, float value) { method in class:ViewCompat
2063 IMPL.setRotation(view, value);
2118 * {@link #setRotation(View, float) rotated} and {@link #setScaleX(View, float) scaled}.
2129 * {@link #setRotation(View, float) rotated} and {@link #setScaleX(View, float) scaled}.
2143 * The y location of the point around which the view is {@link #setRotation(View,
2156 * {@link #setRotation(Vie
[all...]
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java79 getInstrumentation().getUiAutomation().setRotation(UiAutomation.ROTATION_FREEZE_0);
84 getInstrumentation().getUiAutomation().setRotation(UiAutomation.ROTATION_UNFREEZE);
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java74 getInstrumentation().getUiAutomation().setRotation(UiAutomation.ROTATION_FREEZE_0);
79 getInstrumentation().getUiAutomation().setRotation(UiAutomation.ROTATION_UNFREEZE);
/frameworks/base/libs/hwui/
H A DAnimator.cpp195 {RenderNode::ROTATION, &RenderProperties::getRotation, &RenderProperties::setRotation },
H A DRenderProperties.h291 bool setRotation(float rotation) { function in class:android::uirenderer::RenderProperties
/frameworks/base/core/java/android/view/
H A DRenderNode.java397 * transforms (such as {@link #setScaleX(float)}, {@link #setRotation(float)}, etc.)
542 * @see View#setRotation(float)
545 public boolean setRotation(float rotation) { method in class:RenderNode
552 * @see #setRotation(float)
H A DViewPropertyAnimator.java526 * @see View#setRotation(float)
539 * @see View#setRotation(float)
999 renderNode.setRotation(value);
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DLLand.java281 moon.setRotation(moon.getScaleX() * frand(5, 30));
789 setRotation(
891 setRotation(getRotation() + dt * 45 * mRotate);
/frameworks/base/core/java/android/widget/
H A DStackView.java377 mHighlight.setRotation(v.getRotation());
1431 v.setRotation(0);
1436 v.setRotation(rotation);
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCameraAgentImpl.java528 parameters.setRotation(
537 parameters.setRotation(msg.arg1);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyRequestMapper.java403 params.setRotation(ParamsUtils.getOrDefault(request, JPEG_ORIENTATION,
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp233 return SET_AND_DIRTY(setRotation, rotation, RenderNode::ROTATION);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java446 v.setRotation(rot);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeaderView.java624 mSettingsButton.setRotation(values.settingsRotation);
/frameworks/base/core/java/android/hardware/
H A DCamera.java289 * @see Parameters#setRotation(int)
3122 * mParameters.setRotation(rotation);
3133 public void setRotation(int rotation) { method in class:Camera.Parameters
3981 * {@link #setJpegQuality(int)}, {@link #setRotation(int)}, and etc. The

Completed in 1005 milliseconds

12