Home
last modified time | relevance | path

Searched refs:mRotationX (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java737 info.mRotationX = value; in setValue()
776 return info.mRotationX; in getValue()
DView.java2117 float mRotationX = 0f; field in View.TransformationInfo
7045 if (!nonzero(info.mRotationX) && !nonzero(info.mRotationY)) {
7056 info.mCamera.rotate(info.mRotationX, info.mRotationY, -info.mRotation);
7247 return mTransformationInfo != null ? mTransformationInfo.mRotationX : 0;
7272 if (info.mRotationX != rotationX) {
7276 info.mRotationX = rotationX;