HomeSort by relevance Sort by last modified time
    Searched refs:mRotationY (Results 1 - 6 of 6) sorted by null

  /frameworks/base/libs/hwui/
DisplayList.h 240 if (mRotationX == 0.0f && mRotationY == 0.0f) {
253 if (rotationY != mRotationY) {
254 mRotationY = rotationY;
256 if (mRotationX == 0.0f && mRotationY == 0.0f) {
265 return mRotationY;
513 float mRotation, mRotationX, mRotationY;
DisplayList.cpp 258 mRotationY= 0;
336 mTransformCamera->rotateY(mRotationY);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherViewPropertyAnimator.java 48 float mRotationY;
209 mViewPropertyAnimator.rotationY(mRotationY);
257 mRotationY = value;
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherViewPropertyAnimator.java 49 float mRotationY;
210 mViewPropertyAnimator.rotationY(mRotationY);
261 mRotationY = value;
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java     [all...]
View.java     [all...]

Completed in 114 milliseconds