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 50 float mRotationY;
210 mViewPropertyAnimator.rotationY(mRotationY);
261 mRotationY = value;
  /frameworks/base/libs/hwui/
RenderProperties.h 337 return RP_SET_AND_DIRTY(mPrimitiveFields.mRotationY, rotationY);
341 return mPrimitiveFields.mRotationY;
639 float mRotation = 0, mRotationX = 0, mRotationY = 0;
RenderProperties.cpp 198 mComputedFields.mTransformCamera.rotateY(mPrimitiveFields.mRotationY);

Completed in 719 milliseconds