Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputViewController.kt53 var bouncerChecker: NotificationRemoteInputManager.BouncerChecker? in <lambda>() variable
127 override var bouncerChecker: NotificationRemoteInputManager.BouncerChecker? = null in onSendRemoteInput() variable in com.android.systemui.statusbar.policy.RemoteInputViewControllerImpl
225 if (bouncerChecker?.showBouncerIfNecessary() == true) { in onSendRemoteInput()