Searched refs:startScaleY (Results 1 – 2 of 2) sorted by relevance
100 float startScaleY = scalePart * ((float) mStartBounds.height()) / mEndBounds.height() in createBoundsInterpolator() local111 float endScaleY = 1.f / startScaleY; in createBoundsInterpolator()120 final Animation scaleAnim = new ScaleAnimation(startScaleX, 1, startScaleY, 1); in createBoundsInterpolator()
525 private void setTransformationStartScaleY(float startScaleY) { in setTransformationStartScaleY() argument526 mTransformedView.setTag(TRANSFORMATION_START_SCLALE_Y, startScaleY); in setTransformationStartScaleY()