Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DFloatingContentCoordinatorTest.kt91 floatingCoordinator.onContentMoved(rect200pxFloating) in testOnContentMoved_twoRects()
103 floatingCoordinator.onContentMoved(rect200pxFloating) in testOnContentMoved_twoRects()
113 floatingCoordinator.onContentMoved(rect200pxFloating) in testOnContentMoved_twoRects()
141 floatingCoordinator.onContentMoved(rect200pxFloating) in testOnContentMoved_threeRects()
161 floatingCoordinator.onContentMoved(rect200pxFloating) in testOnContentMoved_respectsUpperBounds()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMotionHelper.java226 mFloatingContentCoordinator.onContentMoved(this); in synchronizePinnedStackBounds()
246 mFloatingContentCoordinator.onContentMoved(this); in movePip()
668 mFloatingContentCoordinator.onContentMoved(this);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DFloatingContentCoordinator.kt147 fun onContentMoved(content: FloatingContent) { in <lambda>() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipMotionHelper.java241 mFloatingContentCoordinator.onContentMoved(this); in movePip()
655 mFloatingContentCoordinator.onContentMoved(this);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DStackAnimationController.java562 mFloatingContentCoordinator.onContentMoved(mStackFloatingContent);