Home | History | Annotate | Download | only in view

Lines Matching defs:getRotationX

14727     public float getRotationX() {
14728 return mRenderNode.getRotationX();
14741 * @see #getRotationX()
14751 if (rotationX != getRotationX()) {
25613 * {@link View#setRotationX(float)} and {@link View#getRotationX()} methods.
25623 return object.getRotationX();
27356 stream.addProperty("drawing:rotationX", getRotationX());