Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java740 info.mRotationY = value; in setValue()
778 return info.mRotationY; in getValue()
DView.java2111 float mRotationY = 0f; field in View.TransformationInfo
7045 if (!nonzero(info.mRotationX) && !nonzero(info.mRotationY)) {
7056 info.mCamera.rotate(info.mRotationX, info.mRotationY, -info.mRotation);
7201 return mTransformationInfo != null ? mTransformationInfo.mRotationY : 0;
7226 if (info.mRotationY != rotationY) {
7230 info.mRotationY = rotationY;
7940 info.mRotationY = y;