Home
last modified time | relevance | path

Searched defs:onBackInvokedCallback (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DCredentialPasswordViewBinder.kt40 val onBackInvokedCallback = OnBackInvokedCallback { host.onCredentialAborted() } in <lambda>() constant
97 private class OnBackButtonListener(private val onBackInvokedCallback: OnBackInvokedCallback) : constant in com.android.systemui.biometrics.ui.binder.OnBackButtonListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DLegacyScreenshotViewProxy.kt186 val onBackInvokedCallback = OnBackInvokedCallback { in addPredictiveBackListener() constant
DScreenshotShelfViewProxy.kt284 val onBackInvokedCallback = OnBackInvokedCallback { in <lambda>() constant
/frameworks/base/core/java/android/window/
DBackNavigationInfo.java132 @Nullable IOnBackInvokedCallback onBackInvokedCallback, in BackNavigationInfo()
458 public Builder setOnBackInvokedCallback( in setOnBackInvokedCallback()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DAlternateBouncerViewBinder.kt129 private val onBackInvokedCallback: OnBackInvokedCallback = OnBackInvokedCallback { in <lambda>() constant in com.android.systemui.keyguard.ui.binder.AlternateBouncerViewBinder