Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlsUiControllerImpl.kt293 val showAnim = ObjectAnimator.ofFloat(parent, "alpha", 0.0f, 1.0f) regex
294 showAnim.setInterpolator(DecelerateInterpolator(1.0f))
295 showAnim.setDuration(FADE_IN_MILLIS)
296 showAnim.start()