Home
last modified time | relevance | path

Searched refs:mVanishMatrix (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimationUtils.java307 private final Matrix mVanishMatrix = new Matrix(); field in SplashScreenExitAnimationUtils.RadialVanishAnimation
329 mVanishMatrix.setScale(scale, scale); in onAnimationProgress()
330 mVanishMatrix.postTranslate(mCircleCenter.x, mCircleCenter.y); in onAnimationProgress()
331 mVanishPaint.getShader().setLocalMatrix(mVanishMatrix); in onAnimationProgress()