/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/back/ |
H A D | OnBackAnimationCallbackExtension.kt | 38 onBackProgressed: (BackTransformation) -> Unit, 52 override fun onBackProgressed(backEvent: BackEvent) { 61 onBackProgressed(lastTransformation)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/back/ |
H A D | OnBackAnimationCallbackExtensionTest.kt | 32 onBackProgressed = onBackProgress, 49 onBackAnimationCallback.onBackProgressed(backEvent)
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/ |
H A D | BackAnimationControllerTest.java | 239 verify(mAnimatorCallback, atLeastOnce()).onBackProgressed(backEventCaptor.capture()); in backToHome_dispatchesEvents() 265 verify(mAnimatorCallback, atLeastOnce()).onBackProgressed(backEventCaptor.capture()); in backToHomeWithAnimationCallback_dispatchesEvents() 298 verify(mAnimatorCallback, never()).onBackProgressed(backEventCaptor.capture()); in animationDisabledFromSettings() 431 verify(mAppCallback, never()).onBackProgressed(any()); in animationNotDefined() 435 verify(mAnimatorCallback, never()).onBackProgressed(any()); in animationNotDefined() 459 verify(mAppCallback, times(1)).onBackProgressed(any()); in callbackShouldDeliverProgress() 463 verify(mAnimatorCallback, never()).onBackProgressed(any()); in callbackShouldDeliverProgress()
|
H A D | BackProgressAnimatorTest.java | 75 () -> mProgressAnimator.onBackProgressed(backEvent)); in testBackProgressed() 88 () -> mProgressAnimator.onBackProgressed(backEvent)); in testBackCancelled()
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | IOnBackInvokedCallback.aidl | 45 void onBackProgressed(in BackMotionEvent backMotionEvent); in onBackProgressed() method
|
H A D | OnBackAnimationCallback.java | 58 default void onBackProgressed(@NonNull BackEvent backEvent) { } in onBackProgressed() method
|
H A D | WindowOnBackInvokedDispatcher.java | 329 callback.onBackProgressed(event)); in onBackStarted() 338 public void onBackProgressed(BackMotionEvent backEvent) { in onBackProgressed() method in WindowOnBackInvokedDispatcher.OnBackInvokedCallbackWrapper 342 mProgressAnimator.onBackProgressed(backEvent); in onBackProgressed()
|
H A D | BackProgressAnimator.java | 89 public void onBackProgressed(BackMotionEvent event) { in onBackProgressed() method in BackProgressAnimator
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/ |
H A D | CrossTaskBackAnimation.java | 194 mBackground.onBackProgressed(progress); in updateGestureBackProgress() 329 public void onBackProgressed(@NonNull BackMotionEvent backEvent) { in onBackProgressed() method in CrossTaskBackAnimation.Callback 330 mProgressAnimator.onBackProgressed(backEvent); in onBackProgressed()
|
H A D | CrossActivityAnimation.java | 247 mBackground.onBackProgressed(progress); in onGestureProgress() 368 public void onBackProgressed(@NonNull BackMotionEvent backEvent) { in onBackProgressed() method in CrossActivityAnimation.Callback 369 mProgressAnimator.onBackProgressed(backEvent); in onBackProgressed()
|
H A D | BackAnimationBackground.java | 100 void onBackProgressed(float progress) {
|
H A D | CustomizeActivityAnimation.java | 283 public void onBackProgressed(@NonNull BackMotionEvent backEvent) { in onBackProgressed() method in CustomizeActivityAnimation.Callback 284 mProgressAnimator.onBackProgressed(backEvent); in onBackProgressed()
|
H A D | BackAnimationController.java | 594 callback.onBackProgressed(backEvent); in dispatchOnBackProgressed()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | ShadeSurface.kt | 103 fun onBackProgressed(progressFraction: Float) regex
|
H A D | NotificationPanelViewController.java | 2349 public void onBackProgressed(float progressFraction) { in onBackProgressed() method in NotificationPanelViewController
|
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/util/ |
H A D | Dialog.kt | 51 onBackProgressed = { backTransformation -> backTransformation.applyTo(targetView) },
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | CentralSurfacesImplTest.java | 857 onBackAnimationCallback.onBackProgressed(fakeSwipeInFromLeftEdge); in testPredictiveBackAnimation_progressMaxScalesPanel() 858 verify(mNotificationPanelViewController).onBackProgressed(eq(1.0f)); in testPredictiveBackAnimation_progressMaxScalesPanel() 878 onBackAnimationCallback.onBackProgressed(fakeSwipeInFromLeftEdge); in testPredictiveBackAnimation_progressMinScalesPanel() 879 verify(mNotificationPanelViewController).onBackProgressed(eq(0.0f)); in testPredictiveBackAnimation_progressMinScalesPanel()
|
H A D | StatusBarKeyguardViewManagerTest.java | 646 backCallback.onBackProgressed(event); in testPredictiveBackCallback_forwardsBackDispatches() 647 verify(mBouncerViewDelegateBackCallback).onBackProgressed(eq(event)); in testPredictiveBackCallback_forwardsBackDispatches()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | NotificationPanelViewControllerTest.java | 96 mNotificationPanelViewController.onBackProgressed(0.0f); in testBackGesture_min_scrimAtMaxScale() 105 mNotificationPanelViewController.onBackProgressed(1.0f); in testBackGesture_max_scrimAtMinScale()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarKeyguardViewManager.java | 225 public void onBackProgressed(BackEvent event) { 227 mPrimaryBouncerView.getDelegate().getBackCallback().onBackProgressed(event);
|
H A D | CentralSurfacesImpl.java | 658 public void onBackProgressed(BackEvent event) { 662 mShadeSurface.onBackProgressed(fraction);
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardSecurityContainerTest.java | 387 mKeyguardSecurityContainer.getBackCallback().onBackProgressed( in testPlayBackAnimation()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | BackNavigationControllerTests.java | 518 public void onBackProgressed(BackMotionEvent backMotionEvent) { in createOnBackInvokedCallback()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardSecurityContainer.java | 267 public void onBackProgressed(BackEvent event) {
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 60813 method public default void onBackProgressed(@NonNull android.window.BackEvent);
|