Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DSplashScreenView.java98 private Instant mIconAnimationStart; field in SplashScreenView
145 private Instant mIconAnimationStart; field in SplashScreenView.Builder
177 mIconAnimationStart = Instant.ofEpochMilli(parcelable.mIconAnimationStartMillis); in createFromParcel()
268 view.mIconAnimationStart = mIconAnimationStart; in build()
445 return mIconAnimationStart; in getIconAnimationStart()
472 mIconAnimationStart = Instant.now(); in animationStartCallback()