Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerInteractor.kt67 private val primaryBouncerView: BouncerView,
166 if (primaryBouncerView.delegate?.showNextSecurityScreenOrFinish() == true) {
263 primaryBouncerView.delegate?.setDismissAction(onDismissAction, cancelAction)
365 return primaryBouncerView.delegate?.willDismissWithActions() == true
370 return primaryBouncerView.delegate?.willRunDismissFromKeyguard() == true
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
H A DOccludingAppDeviceEntryInteractorTest.kt128 primaryBouncerView = mock(),
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java364 BouncerView primaryBouncerView, in StatusBarKeyguardViewManager() argument
391 mPrimaryBouncerView = primaryBouncerView; in StatusBarKeyguardViewManager()