Searched refs:thisLooper (Results 1 – 1 of 1) sorted by relevance
176 val thisLooper = Looper.myLooper() ?: error("This thread is expected to have a looper.") in assertInProgressThread() constant177 progressHandler = Handler(thisLooper) in assertInProgressThread()