Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/updates/
DDeviceFoldStateProvider.kt257 executeInProgressThread { in cancelAnimation()
272 executeInProgressThread { in cancelAnimation()
280 executeInProgressThread { in cancelAnimation()
287 executeInProgressThread { in cancelAnimation()
299 private fun executeInProgressThread(f: () -> Unit) { in cancelAnimation() method in com.android.systemui.unfold.updates.ScreenStatusListener