Searched refs:mVanishMatrix (Results 1 – 1 of 1) sorted by relevance
307 private final Matrix mVanishMatrix = new Matrix(); field in SplashScreenExitAnimationUtils.RadialVanishAnimation329 mVanishMatrix.setScale(scale, scale); in onAnimationProgress()330 mVanishMatrix.postTranslate(mCircleCenter.x, mCircleCenter.y); in onAnimationProgress()331 mVanishPaint.getShader().setLocalMatrix(mVanishMatrix); in onAnimationProgress()