Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/
DScreenshotAnimationController.kt51 private val flashView = view.requireViewById<View>(R.id.screenshot_flash) in <lambda>() constant
81 ObjectAnimator.ofFloat(flashView, "alpha", 0f, 1f).apply { in <lambda>()
86 ObjectAnimator.ofFloat(flashView, "alpha", 1f, 0f).apply { in <lambda>()
90 flashInAnimator.doOnStart { flashView.visibility = View.VISIBLE } in <lambda>()
91 flashOutAnimator.doOnEnd { flashView.visibility = View.GONE } in <lambda>()