Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/window/
H A DSplashScreenView.java91 private Instant mIconAnimationStart; field in SplashScreenView
131 private Instant mIconAnimationStart; field in SplashScreenView.Builder
165 mIconAnimationStart = Instant.ofEpochMilli(parcelable.mIconAnimationStartMillis); in createFromParcel()
270 view.mIconAnimationStart = mIconAnimationStart; in build()
457 return mIconAnimationStart; in getIconAnimationStart()
504 mIconAnimationStart = Instant.now(); in animationStartCallback()