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

12

/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl39 boolean setRotation(int rotation);
H A DUiAutomation.java463 public boolean setRotation(int rotation) { method in class:UiAutomation
476 mUiAutomationConnection.setRotation(rotation);
H A DUiAutomationConnection.java126 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.java193 mRing.setRotation(rotation);
249 void setRotation(float rotation) { method in class:MaterialProgressDrawable
297 setRotation(0);
359 ring.setRotation(rotation);
408 ring.setRotation(rotation);
412 setRotation(groupRotation);
701 public void setRotation(float rotation) { method in class:MaterialProgressDrawable.Ring
785 setRotation(0);
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java86 getInstrumentation().getUiAutomation().setRotation(UiAutomation.ROTATION_FREEZE_0);
91 getInstrumentation().getUiAutomation().setRotation(UiAutomation.ROTATION_UNFREEZE);
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DContactsExpansion.java113 arrow.setRotation(expanded ? 0 : 90);
/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.cpp193 {RenderNode::ROTATION, &RenderProperties::getRotation, &RenderProperties::setRotation },
H A DRenderProperties.h319 bool setRotation(float rotation) { function in class:android::uirenderer::RenderProperties
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java333 public void setRotation(View view, float value); method in interface:ViewCompat.ViewCompatImpl
664 public void setRotation(View view, float value) { method in class:ViewCompat.BaseViewCompatImpl
1061 public void setRotation(View view, float value) { method in class:ViewCompat.HCViewCompatImpl
1062 ViewCompatHC.setRotation(view, value);
2412 public static void setRotation(View view, float value) { method in class:ViewCompat
2413 IMPL.setRotation(view, value);
2468 * {@link #setRotation(View, float) rotated} and {@link #setScaleX(View, float) scaled}.
2479 * {@link #setRotation(View, float) rotated} and {@link #setScaleX(View, float) scaled}.
2493 * The y location of the point around which the view is {@link #setRotation(View,
2506 * {@link #setRotation(Vie
[all...]
/frameworks/base/core/java/android/view/
H A DRenderNode.java392 * transforms (such as {@link #setScaleX(float)}, {@link #setRotation(float)}, etc.)
537 * @see View#setRotation(float)
540 public boolean setRotation(float rotation) { method in class:RenderNode
547 * @see #setRotation(float)
H A DViewPropertyAnimator.java524 * @see View#setRotation(float)
537 * @see View#setRotation(float)
997 renderNode.setRotation(value);
/frameworks/base/core/java/android/widget/
H A DStackView.java376 mHighlight.setRotation(v.getRotation());
1428 v.setRotation(0);
1433 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/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java439 moon.setRotation(moon.getScaleX() * frand(5, 30));
1145 setRotation(
1278 setRotation(getRotation() + dt * 45 * mRotate);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyRequestMapper.java404 params.setRotation(ParamsUtils.getOrDefault(request, JPEG_ORIENTATION,
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp227 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.java648 mSettingsButton.setRotation(values.settingsRotation);

Completed in 667 milliseconds

12