Home
last modified time | relevance | path

Searched refs:getMinimizedFadeoutAnimation (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/clipboardoverlay/
H A DClipboardOverlayControllerTest.java457 when(mClipboardOverlayView.getMinimizedFadeoutAnimation()).thenReturn(mockFadeoutAnimator); in test_insets_showsMinimized()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
H A DClipboardOverlayView.java294 Animator getMinimizedFadeoutAnimation() { in getMinimizedFadeoutAnimation() method in ClipboardOverlayView
H A DClipboardOverlayController.java446 mEnterAnimator = mView.getMinimizedFadeoutAnimation(); in animateFromMinimized()