Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DSplashScreenView.java95 private Instant mIconAnimationStart; field in SplashScreenView
135 private Instant mIconAnimationStart; field in SplashScreenView.Builder
169 mIconAnimationStart = Instant.ofEpochMilli(parcelable.mIconAnimationStartMillis); in createFromParcel()
274 view.mIconAnimationStart = mIconAnimationStart; in build()
470 return mIconAnimationStart; in getIconAnimationStart()
517 mIconAnimationStart = Instant.now(); in animationStartCallback()