Searched refs:centerY (Results 1 – 2 of 2) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | Rotate3dAnimation.java | 53 float centerX, float centerY, float depthZ, boolean reverse) { in Rotate3dAnimation() argument 57 mCenterY = centerY; in Rotate3dAnimation() 74 final float centerY = mCenterY; in applyTransformation() local 89 matrix.preTranslate(-centerX, -centerY); in applyTransformation() 90 matrix.postTranslate(centerX, centerY); in applyTransformation()
|
D | Transition3d.java | 90 final float centerY = mContainer.getHeight() / 2.0f; in applyRotation() local 95 new Rotate3dAnimation(start, end, centerX, centerY, 310.0f, true); in applyRotation() 150 final float centerY = mContainer.getHeight() / 2.0f; in run() local 158 rotation = new Rotate3dAnimation(90, 180, centerX, centerY, 310.0f, false); in run() 164 rotation = new Rotate3dAnimation(90, 0, centerX, centerY, 310.0f, false); in run()
|