Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/back/
H A DOnBackAnimationCallbackExtension.kt38 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 DOnBackAnimationCallbackExtensionTest.kt32 onBackProgressed = onBackProgress,
49 onBackAnimationCallback.onBackProgressed(backEvent)
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/
H A DBackAnimationControllerTest.java239 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 DBackProgressAnimatorTest.java75 () -> mProgressAnimator.onBackProgressed(backEvent)); in testBackProgressed()
88 () -> mProgressAnimator.onBackProgressed(backEvent)); in testBackCancelled()
/aosp14/frameworks/base/core/java/android/window/
H A DIOnBackInvokedCallback.aidl45 void onBackProgressed(in BackMotionEvent backMotionEvent); in onBackProgressed() method
H A DOnBackAnimationCallback.java58 default void onBackProgressed(@NonNull BackEvent backEvent) { } in onBackProgressed() method
H A DWindowOnBackInvokedDispatcher.java329 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 DBackProgressAnimator.java89 public void onBackProgressed(BackMotionEvent event) { in onBackProgressed() method in BackProgressAnimator
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
H A DCrossTaskBackAnimation.java194 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 DCrossActivityAnimation.java247 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 DBackAnimationBackground.java100 void onBackProgressed(float progress) {
H A DCustomizeActivityAnimation.java283 public void onBackProgressed(@NonNull BackMotionEvent backEvent) { in onBackProgressed() method in CustomizeActivityAnimation.Callback
284 mProgressAnimator.onBackProgressed(backEvent); in onBackProgressed()
H A DBackAnimationController.java594 callback.onBackProgressed(backEvent); in dispatchOnBackProgressed()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeSurface.kt103 fun onBackProgressed(progressFraction: Float) regex
H A DNotificationPanelViewController.java2349 public void onBackProgressed(float progressFraction) { in onBackProgressed() method in NotificationPanelViewController
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/util/
H A DDialog.kt51 onBackProgressed = { backTransformation -> backTransformation.applyTo(targetView) },
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java857 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 DStatusBarKeyguardViewManagerTest.java646 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 DNotificationPanelViewControllerTest.java96 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 DStatusBarKeyguardViewManager.java225 public void onBackProgressed(BackEvent event) {
227 mPrimaryBouncerView.getDelegate().getBackCallback().onBackProgressed(event);
H A DCentralSurfacesImpl.java658 public void onBackProgressed(BackEvent event) {
662 mShadeSurface.onBackProgressed(fraction);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityContainerTest.java387 mKeyguardSecurityContainer.getBackCallback().onBackProgressed( in testPlayBackAnimation()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DBackNavigationControllerTests.java518 public void onBackProgressed(BackMotionEvent backMotionEvent) { in createOnBackInvokedCallback()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java267 public void onBackProgressed(BackEvent event) {
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt60813 method public default void onBackProgressed(@NonNull android.window.BackEvent);