Searched refs:getRotation (Results 1 - 25 of 59) sorted by path

123

/frameworks/av/camera/camera2/
H A DOutputConfiguration.cpp39 int OutputConfiguration::getRotation() const { function in class:android::OutputConfiguration
/frameworks/av/camera/include/camera/camera2/
H A DOutputConfiguration.h42 int getRotation() const;
57 // getRotation will be INVALID_ROTATION
62 // getRotation will be INVALID_ROTATION if error occurred
/frameworks/av/include/camera/camera2/
H A DOutputConfiguration.h42 int getRotation() const;
57 // getRotation will be INVALID_ROTATION
62 // getRotation will be INVALID_ROTATION if error occurred
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp533 static_cast<camera3_stream_rotation_t>(outputConfiguration.getRotation()),
595 static_cast<camera3_stream_rotation_t>(outputConfiguration.getRotation()),
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DDumpCommand.java96 int rotation = display.getRotation();
/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/core/
H A DInstrumentationUiAutomatorBridge.java46 public int getRotation() { method in class:InstrumentationUiAutomatorBridge
47 return getDefaultDisplay().getRotation();
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiAutomatorBridge.java86 public abstract int getRotation(); method in class:UiAutomatorBridge
H A DUiDevice.java632 int ret = getAutomatorBridge().getRotation();
644 return getAutomatorBridge().getRotation();
773 display.getRotation(), size.x, size.y);
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DShellUiAutomatorBridge.java99 public int getRotation() { method in class:ShellUiAutomatorBridge
/frameworks/base/core/java/android/app/
H A DUiAutomation.java699 final int rotation = display.getRotation();
/frameworks/base/core/java/android/hardware/
H A DLegacySensorManager.java200 static int getRotation() { method in class:LegacySensorManager
265 mapSensorDataToWindow(legacyType, v, LegacySensorManager.getRotation());
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceUserShim.java575 if (outputConfiguration.getRotation() != OutputConfiguration.ROTATION_0) {
/frameworks/base/core/java/android/hardware/camera2/params/
H A DOutputConfiguration.java483 public int getRotation() { method in class:OutputConfiguration
/frameworks/base/core/java/android/transition/
H A DChangeTransform.java444 rotationZ = view.getRotation();
H A DRotate.java36 transitionValues.values.put(PROPNAME_ROTATION, transitionValues.view.getRotation());
41 transitionValues.values.put(PROPNAME_ROTATION, transitionValues.view.getRotation());
/frameworks/base/core/java/android/view/
H A DDisplay.java720 public int getRotation() { method in class:Display
728 * @deprecated use {@link #getRotation}
734 return getRotation();
H A DRenderNode.java525 * @see #getRotation()
536 public float getRotation() { method in class:RenderNode
H A DView.java13692 * @see #getRotation()
13811 public float getRotation() { method in class:View
13812 return mRenderNode.getRotation();
13821 * @see #getRotation()
13830 if (rotation != getRotation()) {
14005 * @see #getRotation()
14026 * @see #getRotation()
14047 * @see #getRotation()
14067 * @see #getRotation()
24409 * {@link View#setRotation(float)} and {@link View#getRotation()} method
[all...]
H A DViewPropertyAnimator.java1044 return node.getRotation();
/frameworks/base/core/java/android/widget/
H A DStackView.java376 mHighlight.setRotation(v.getRotation());
1429 float rotation = v.getRotation();
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp196 static jfloat getRotation(JNIEnv*, jobject, jlong groupPtr) { function in namespace:android
198 return group->stagingProperties()->getRotation();
381 {"nGetRotation", "(J)F", (void*)getRotation},
H A Dandroid_view_RenderNode.cpp342 return renderNode->stagingProperties().getRotation();
/frameworks/base/core/tests/coretests/src/android/hardware/display/
H A DVirtualDisplayTest.java261 Surface.ROTATION_0, display.getRotation());
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1170 return object.getRotation();
1405 public float getRotation() { method in class:VectorDrawable.VGroup
/frameworks/base/libs/hwui/
H A DAnimator.cpp323 {RenderNode::ROTATION, &RenderProperties::getRotation, &RenderProperties::setRotation },

Completed in 9629 milliseconds

123