Searched refs:endScale (Results 1 – 4 of 4) sorted by relevance
118 float endScale = 2.5f; in startFadeOutAnimation() local119 mRemainingSecondsView.animate().scaleX(endScale).scaleY(endScale) in startFadeOutAnimation()
2081 final float endScale = mScale < maxScale - maxScale * TOLERANCE in zoomAt()2085 mZoomAnimator.setFloatValues(mScale, endScale); in zoomAt()2107 if (mScale != endScale) { in zoomAt()2108 current.postScale(focusX, focusY, endScale / mScale, mDrawArea.width(), in zoomAt()2110 mScale = endScale; in zoomAt()
1214 mPositionController.endScale();
535 public void endScale() { in endScale() method in PositionController