Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimationUtils.java306 private final Point mCircleCenter = new Point(); field in SplashScreenExitAnimationUtils.RadialVanishAnimation
330 mVanishMatrix.postTranslate(mCircleCenter.x, mCircleCenter.y); in onAnimationProgress()
350 mCircleCenter.set(x, y); in setCircleCenter()