Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashScreenExitAnimationUtils.java224 private final Matrix mVanishMatrix = new Matrix(); field in SplashScreenExitAnimationUtils.RadialVanishAnimation
246 mVanishMatrix.setScale(scale, scale); in onAnimationProgress()
247 mVanishMatrix.postTranslate(mCircleCenter.x, mCircleCenter.y); in onAnimationProgress()
248 mVanishPaint.getShader().setLocalMatrix(mVanishMatrix); in onAnimationProgress()