Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.kt126 private val systemUiProxyDeathRecipient = in <lambda>() constant in com.android.quickstep.SystemUiProxy
322 systemUiProxy?.asBinder()?.linkToDeath(systemUiProxyDeathRecipient, 0 /* flags */) in <lambda>()
326 systemUiProxy?.asBinder()?.unlinkToDeath(systemUiProxyDeathRecipient, 0 /* flags */) in <lambda>()