Searched defs:mRotate (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DLLand.java821 int mRotate; field in class:LLand.Pop
828 mRotate = POPS[idx+1] == 0 ? 0 : (frand() < 0.5f ? -1 : 1);
851 if (mRotate != 0) {
852 setRotation(getRotation() + dt * 45 * mRotate);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java601 + " rotation is " + currentGroup.mRotate);
1031 private float mRotate = 0; field in class:VectorDrawable.VGroup
1047 mRotate = copy.mRotate;
1111 mRotate = a.getFloat(R.styleable.VectorDrawableGroup_rotation, mRotate);
1147 mLocalMatrix.postRotate(mRotate, 0, 0);
1154 return mRotate;
1159 if (rotation != mRotate) {
1160 mRotate
[all...]

Completed in 44 milliseconds