Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DFloatingContentCoordinatorTest.kt45 floatingCoordinator.onContentRemoved(rect100pxFloating) in tearDown()
46 floatingCoordinator.onContentRemoved(rect200pxFloating) in tearDown()
47 floatingCoordinator.onContentRemoved(rect300pxFloating) in tearDown()
71 floatingCoordinator.onContentRemoved(rect100pxFloating) in testOnContentRemoved()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DStackAnimationControllerTest.java257 verify(mFloatingContentCoordinator, never()).onContentRemoved(any()); in testFloatingCoordinator()
264 verify(mFloatingContentCoordinator, times(1)).onContentRemoved(any()); in testFloatingCoordinator()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DFloatingContentCoordinator.kt169 fun onContentRemoved(removedContent: FloatingContent) { in <lambda>() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DStackAnimationController.java755 mFloatingContentCoordinator.onContentRemoved(mStackFloatingContent); in onChildRemoved()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipTouchHandler.java320 mFloatingContentCoordinator.onContentRemoved(mMotionHelper); in onActivityUnpinned()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipTouchHandler.java327 mFloatingContentCoordinator.onContentRemoved(mMotionHelper); in onActivityUnpinned()