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

  /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/libs/hwui/
RenderProperties.h 308 return RP_SET_AND_DIRTY(mPrimitiveFields.mRotationY, rotationY);
312 return mPrimitiveFields.mRotationY;
592 float mRotation, mRotationX, mRotationY;

Completed in 104 milliseconds