Home
last modified time | relevance | path

Searched refs:setRotationY (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/packages/Keyguard/
H A Dproguard.flags12 public void setRotationY(float);
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DRotate3dTextActivity.java72 setRotationY(45.0f); in Rotate3dTextView()
H A DGradientsActivity.java61 gradientView.setRotationY((float) progress); in onCreate()
63 sweepGradientView.setRotationY((float) progress); in onCreate()
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoCarousel.java239 mPanel[0].setRotationY(frontY); in flip()
240 mPanel[1].setRotationY(backY); in flip()
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DDamageAccumulatorTests.cpp116 node2.animatorProperties().setRotationY(1.0f); in TEST()
/aosp12/frameworks/base/libs/hwui/
H A DAnimator.cpp326 {RenderNode::ROTATION_Y, &RenderProperties::getRotationY, &RenderProperties::setRotationY},
H A DRenderProperties.h309 bool setRotationY(float rotationY) { in setRotationY() function
/aosp12/frameworks/base/core/java/android/transition/
H A DChangeTransform.java423 view.setRotationY(rotationY); in setTransforms()
/aosp12/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java994 renderNode.setRotationY(value); in setValue()
H A DView.java6142 setRotationY(rotationY);
17054 public void setRotationY(float rotationY) { in setRotationY() method in View
17057 mRenderNode.setRotationY(rotationY); in setRotationY()
28541 object.setRotationY(value);
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DRenderNode.java1118 public boolean setRotationY(float rotationY) { in setRotationY() method in RenderNode
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_RenderNode.cpp282 return SET_AND_DIRTY(setRotationY, ry, RenderNode::ROTATION_Y); in android_view_RenderNode_setRotationY()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt16205 method public boolean setRotationY(float);
49194 method public void setRotationY(float);
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt18070 HSPLandroid/view/View;->setRotationY(F)V+]Landroid/view/View;missing_types
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt33716 method public void setRotationY(float);
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt18119 HSPLandroid/view/View;->setRotationY(F)V+]Landroid/view/View;missing_types
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt65104 Landroid/view/RenderNode;->setRotationY(F)Z