HomeSort by relevance Sort by last modified time
    Searched refs:mRotationY (Results 1 - 4 of 4) 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.cpp 85 , mRotation(0), mRotationX(0), mRotationY(0)
201 mComputedFields.mTransformCamera.rotateY(mPrimitiveFields.mRotationY);
RenderProperties.h 308 return RP_SET_AND_DIRTY(mPrimitiveFields.mRotationY, rotationY);
312 return mPrimitiveFields.mRotationY;
592 float mRotation, mRotationX, mRotationY;

Completed in 51 milliseconds