/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/back/ |
H A D | OnBackAnimationCallbackExtension.kt | 24 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 D | OnBackInvokedCallbackInfo.java | 30 private @OnBackInvokedDispatcher.Priority int mPriority; 73 return mPriority == OnBackInvokedDispatcher.PRIORITY_SYSTEM; in isSystemCallback() 81 @OnBackInvokedDispatcher.Priority
|
H A D | ImeOnBackInvokedDispatcher.java | 43 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 D | ProxyOnBackInvokedDispatcher.java | 44 public class ProxyOnBackInvokedDispatcher implements OnBackInvokedDispatcher { 53 private OnBackInvokedDispatcher mActualDispatcher = null; 173 public void setActualDispatcher(@Nullable OnBackInvokedDispatcher actualDispatcher) { in setActualDispatcher()
|
H A D | OnBackInvokedDispatcher.java | 35 public interface OnBackInvokedDispatcher { interface
|
H A D | WindowOnBackInvokedDispatcher.java | 57 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 D | ControlsEditingActivityTest.kt | 11 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 D | ControlsFavoritingActivityTest.kt | 12 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 D | ControlsProviderSelectorActivityTest.kt | 29 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 D | ViewParent.java | 26 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 D | CredentialPasswordViewBinder.kt | 11 import android.window.OnBackInvokedDispatcher 74 OnBackInvokedDispatcher.PRIORITY_DEFAULT,
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | BackNavigationControllerTests.java | 66 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 D | SensorUseStartedActivity.kt | 32 import android.window.OnBackInvokedDispatcher 130 OnBackInvokedDispatcher.PRIORITY_DEFAULT,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ |
H A D | CreateUserActivity.java | 29 import android.window.OnBackInvokedDispatcher; 90 OnBackInvokedDispatcher.PRIORITY_DEFAULT, in onCreate()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | WorkLockActivity.java | 37 import android.window.OnBackInvokedDispatcher; 103 OnBackInvokedDispatcher.PRIORITY_DEFAULT, in onCreate()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
H A D | ControlsProviderSelectorActivity.kt | 33 import android.window.OnBackInvokedDispatcher 167 OnBackInvokedDispatcher.PRIORITY_DEFAULT, mOnBackInvokedCallback)
|
H A D | ControlsEditingActivity.kt | 32 import android.window.OnBackInvokedDispatcher 120 OnBackInvokedDispatcher.PRIORITY_DEFAULT, mOnBackInvokedCallback)
|
H A D | ControlsFavoritingActivity.kt | 37 import android.window.OnBackInvokedDispatcher 383 OnBackInvokedDispatcher.PRIORITY_DEFAULT, mOnBackInvokedCallback)
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | AutoCompleteTextView.java | 46 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 D | StatusBarKeyguardViewManagerTest.java | 52 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 D | WindowOnBackInvokedDispatcherTest.java | 19 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 D | RemoteInputViewTest.java | 61 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 D | Dialog.kt | 24 import android.window.OnBackInvokedDispatcher
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsDialogLiteTest.java | 52 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 D | AuthContainerView.java | 59 import android.window.OnBackInvokedDispatcher; 577 OnBackInvokedDispatcher dispatcher = findOnBackInvokedDispatcher(); in onAttachedToWindow() 580 OnBackInvokedDispatcher.PRIORITY_DEFAULT, mBackCallback); in onAttachedToWindow() 689 OnBackInvokedDispatcher dispatcher = findOnBackInvokedDispatcher();
|