Searched refs:mTmpTransform (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardWidgetCarousel.java39 float[] mTmpTransform = new float[3]; field in class:KeyguardWidgetCarousel
245 getTransformForPage(mScreenCenter, i, mTmpTransform);
252 pivotX = PropertyValuesHolder.ofFloat("pivotX", mTmpTransform[0]);
253 pivotY = PropertyValuesHolder.ofFloat("pivotY", mTmpTransform[1]);
254 rotationY = PropertyValuesHolder.ofFloat("rotationY", mTmpTransform[2]);

Completed in 20 milliseconds