Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DFoldAodAnimationController.kt78 private val startAnimationRunnable = Runnable { in <lambda>() constant in com.android.systemui.unfold.FoldAodAnimationController
207 mainExecutor.executeDelayed(startAnimationRunnable, /* delayMillis= */ 0) in <lambda>()