Home
last modified time | relevance | path

Searched defs:repeatWhenAttached (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/lifecycle/
DRepeatWhenAttached.kt59 fun View.repeatWhenAttached( in repeatWhenAttached() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/lifecycle/
DRepeatWhenAttachedTest.kt298 private fun CoroutineScope.repeatWhenAttached(): DisposableHandle { in CoroutineScope() method