Searched refs:BypassController (Results 1 – 5 of 5) sorted by relevance
38 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm.BypassController;57 private final BypassController mBypassController;260 @NonNull BypassController bypassController, in AmbientState()
1050 public interface BypassController { interface
42 open class KeyguardBypassController : Dumpable, StackScrollAlgorithm.BypassController {
41 private val bypassController = StackScrollAlgorithm.BypassController { false }
101 StackScrollAlgorithm.BypassController bindBypassController(KeyguardBypassController impl); in bindBypassController()