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