Home
last modified time | relevance | path

Searched refs:OnBackInvokedDispatcher (Results 1 – 25 of 49) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/back/
H A DOnBackAnimationCallbackExtension.kt24 import android.window.OnBackInvokedDispatcher
25 import android.window.OnBackInvokedDispatcher.Priority
80 onBackInvokedDispatcher: OnBackInvokedDispatcher,
82 @Priority @IntRange(from = 0) priority: Int = OnBackInvokedDispatcher.PRIORITY_DEFAULT,
/aosp14/frameworks/base/core/java/android/window/
H A DOnBackInvokedCallbackInfo.java30 private @OnBackInvokedDispatcher.Priority int mPriority;
73 return mPriority == OnBackInvokedDispatcher.PRIORITY_SYSTEM; in isSystemCallback()
81 @OnBackInvokedDispatcher.Priority
H A DImeOnBackInvokedDispatcher.java43 public class ImeOnBackInvokedDispatcher implements OnBackInvokedDispatcher, Parcelable {
81 @OnBackInvokedDispatcher.Priority int priority, in registerOnBackInvokedCallback()
146 @OnBackInvokedDispatcher.Priority int priority, in registerReceivedCallback()
156 int callbackId, OnBackInvokedDispatcher receivingDispatcher) { in unregisterReceivedCallback()
H A DProxyOnBackInvokedDispatcher.java44 public class ProxyOnBackInvokedDispatcher implements OnBackInvokedDispatcher {
53 private OnBackInvokedDispatcher mActualDispatcher = null;
173 public void setActualDispatcher(@Nullable OnBackInvokedDispatcher actualDispatcher) { in setActualDispatcher()
H A DOnBackInvokedDispatcher.java35 public interface OnBackInvokedDispatcher { interface
H A DWindowOnBackInvokedDispatcher.java57 public class WindowOnBackInvokedDispatcher implements OnBackInvokedDispatcher {
187 registerOnBackInvokedCallbackUnchecked(callback, OnBackInvokedDispatcher.PRIORITY_SYSTEM); in registerSystemOnBackInvokedCallback()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
H A DControlsEditingActivityTest.kt11 import android.window.OnBackInvokedDispatcher
56 @Mock private lateinit var mockDispatcher: OnBackInvokedDispatcher
88 eq(OnBackInvokedDispatcher.PRIORITY_DEFAULT),
166 private val mockDispatcher: OnBackInvokedDispatcher,
179 override fun getOnBackInvokedDispatcher(): OnBackInvokedDispatcher {
H A DControlsFavoritingActivityTest.kt12 import android.window.OnBackInvokedDispatcher
77 @Mock private lateinit var mockDispatcher: OnBackInvokedDispatcher
112 eq(OnBackInvokedDispatcher.PRIORITY_DEFAULT),
185 private val mockDispatcher: OnBackInvokedDispatcher,
199 override fun getOnBackInvokedDispatcher(): OnBackInvokedDispatcher {
H A DControlsProviderSelectorActivityTest.kt29 import android.window.OnBackInvokedDispatcher
87 @Mock private lateinit var mockDispatcher: OnBackInvokedDispatcher
124 ArgumentMatchers.eq(OnBackInvokedDispatcher.PRIORITY_DEFAULT),
229 private val mockDispatcher: OnBackInvokedDispatcher,
245 override fun getOnBackInvokedDispatcher(): OnBackInvokedDispatcher {
/aosp14/frameworks/base/core/java/android/view/
H A DViewParent.java26 import android.window.OnBackInvokedDispatcher;
744 default OnBackInvokedDispatcher findOnBackInvokedDispatcherForChild(@NonNull View child, in findOnBackInvokedDispatcherForChild()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
H A DCredentialPasswordViewBinder.kt11 import android.window.OnBackInvokedDispatcher
74 OnBackInvokedDispatcher.PRIORITY_DEFAULT,
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DBackNavigationControllerTests.java66 import android.window.OnBackInvokedDispatcher;
237 OnBackInvokedDispatcher.PRIORITY_DEFAULT, in backInfoWindowWithNoActivity()
258 OnBackInvokedDispatcher.PRIORITY_DEFAULT, in backInfoWithAnimationCallback()
354 dispatcher.registerOnBackInvokedCallback(OnBackInvokedDispatcher.PRIORITY_DEFAULT, in testUnregisterCallbacksWithSystemCallback()
394 OnBackInvokedDispatcher.PRIORITY_DEFAULT, in backInfoWindowWithoutDrawn()
483 OnBackInvokedDispatcher.PRIORITY_SYSTEM, in withSystemCallback()
493 OnBackInvokedDispatcher.PRIORITY_DEFAULT, in withAppCallback()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/sensorprivacy/
H A DSensorUseStartedActivity.kt32 import android.window.OnBackInvokedDispatcher
130 OnBackInvokedDispatcher.PRIORITY_DEFAULT,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/
H A DCreateUserActivity.java29 import android.window.OnBackInvokedDispatcher;
90 OnBackInvokedDispatcher.PRIORITY_DEFAULT, in onCreate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DWorkLockActivity.java37 import android.window.OnBackInvokedDispatcher;
103 OnBackInvokedDispatcher.PRIORITY_DEFAULT, in onCreate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DControlsProviderSelectorActivity.kt33 import android.window.OnBackInvokedDispatcher
167 OnBackInvokedDispatcher.PRIORITY_DEFAULT, mOnBackInvokedCallback)
H A DControlsEditingActivity.kt32 import android.window.OnBackInvokedDispatcher
120 OnBackInvokedDispatcher.PRIORITY_DEFAULT, mOnBackInvokedCallback)
H A DControlsFavoritingActivity.kt37 import android.window.OnBackInvokedDispatcher
383 OnBackInvokedDispatcher.PRIORITY_DEFAULT, mOnBackInvokedCallback)
/aosp14/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java46 import android.window.OnBackInvokedDispatcher;
1439 OnBackInvokedDispatcher dispatcher = findOnBackInvokedDispatcher(); in unregisterOnBackInvokedCallback()
1453 OnBackInvokedDispatcher dispatcher = findOnBackInvokedDispatcher(); in registerOnBackInvokedCallback()
1459 OnBackInvokedDispatcher.PRIORITY_OVERLAY, mBackCallback); in registerOnBackInvokedCallback()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManagerTest.java52 import android.window.OnBackInvokedDispatcher;
585 eq(OnBackInvokedDispatcher.PRIORITY_OVERLAY), in testPredictiveBackCallback_registration()
599 eq(OnBackInvokedDispatcher.PRIORITY_OVERLAY), in testPredictiveBackCallback_invocationHidesBouncer()
618 eq(OnBackInvokedDispatcher.PRIORITY_OVERLAY), in testPredictiveBackCallback_noBackAnimationForFullScreenBouncer()
635 eq(OnBackInvokedDispatcher.PRIORITY_OVERLAY), in testPredictiveBackCallback_forwardsBackDispatches()
/aosp14/frameworks/base/core/tests/coretests/src/android/window/
H A DWindowOnBackInvokedDispatcherTest.java19 import static android.window.OnBackInvokedDispatcher.PRIORITY_DEFAULT;
20 import static android.window.OnBackInvokedDispatcher.PRIORITY_OVERLAY;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java61 import android.window.OnBackInvokedDispatcher;
276 eq(OnBackInvokedDispatcher.PRIORITY_OVERLAY), in testPredictiveBack_registerAndUnregister()
305 eq(OnBackInvokedDispatcher.PRIORITY_OVERLAY), in testUiPredictiveBack_openAndDispatchCallback()
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/util/
H A DDialog.kt24 import android.window.OnBackInvokedDispatcher
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLiteTest.java52 import android.window.OnBackInvokedDispatcher;
135 @Mock private OnBackInvokedDispatcher mOnBackInvokedDispatcher;
244 eq(OnBackInvokedDispatcher.PRIORITY_DEFAULT), any()); in testPredictiveBackCallbackRegisteredAndUnregistered()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java59 import android.window.OnBackInvokedDispatcher;
577 OnBackInvokedDispatcher dispatcher = findOnBackInvokedDispatcher(); in onAttachedToWindow()
580 OnBackInvokedDispatcher.PRIORITY_DEFAULT, mBackCallback); in onAttachedToWindow()
689 OnBackInvokedDispatcher dispatcher = findOnBackInvokedDispatcher();

12