Home
last modified time | relevance | path

Searched refs:onContentRemoved (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
H A DFloatingContentCoordinatorTest.kt45 floatingCoordinator.onContentRemoved(rect100pxFloating)
46 floatingCoordinator.onContentRemoved(rect200pxFloating)
47 floatingCoordinator.onContentRemoved(rect300pxFloating)
71 floatingCoordinator.onContentRemoved(rect100pxFloating)
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationControllerTest.java257 verify(mFloatingContentCoordinator, never()).onContentRemoved(any()); in testFloatingCoordinator()
264 verify(mFloatingContentCoordinator, times(1)).onContentRemoved(any()); in testFloatingCoordinator()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DFloatingContentCoordinator.kt170 fun onContentRemoved(removedContent: FloatingContent) { regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationController.java754 mFloatingContentCoordinator.onContentRemoved(mStackFloatingContent); in onChildRemoved()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipTouchHandler.java317 mFloatingContentCoordinator.onContentRemoved(mMotionHelper); in onActivityUnpinned()