Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java38 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm.BypassController;
57 private final BypassController mBypassController;
260 @NonNull BypassController bypassController, in AmbientState()
H A DStackScrollAlgorithm.java1050 public interface BypassController { interface
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBypassController.kt42 open class KeyguardBypassController : Dumpable, StackScrollAlgorithm.BypassController {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientStateTest.kt41 private val bypassController = StackScrollAlgorithm.BypassController { false }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java101 StackScrollAlgorithm.BypassController bindBypassController(KeyguardBypassController impl); in bindBypassController()