Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt493 val runnable = StateChangeRunnable(state.copy()) in <lambda>()
1066 inner class StateChangeRunnable(private val state: QSTile.State) : Runnable { in <lambda>() class
1074 return other is StateChangeRunnable in <lambda>()
1079 return StateChangeRunnable::class.hashCode() in <lambda>()