Searched refs:onContentAdded (Results 1 – 6 of 6) sorted by relevance
53 floatingCoordinator.onContentAdded(rect100pxFloating) in testOnContentAdded()59 floatingCoordinator.onContentAdded(rect200pxFloating) in testOnContentAdded()70 floatingCoordinator.onContentAdded(rect100pxFloating) in testOnContentRemoved()72 floatingCoordinator.onContentAdded(rect200pxFloating) in testOnContentRemoved()83 floatingCoordinator.onContentAdded(rect100pxFloating) in testOnContentMoved_twoRects()87 floatingCoordinator.onContentAdded(rect200pxFloating) in testOnContentMoved_twoRects()123 floatingCoordinator.onContentAdded(rect100pxFloating) in testOnContentMoved_threeRects()126 floatingCoordinator.onContentAdded(rect200pxFloating) in testOnContentMoved_threeRects()133 floatingCoordinator.onContentAdded(rect300pxFloating) in testOnContentMoved_threeRects()151 floatingCoordinator.onContentAdded(rect100pxFloating) in testOnContentMoved_respectsUpperBounds()[all …]
127 fun onContentAdded(newContent: FloatingContent) { in <lambda>() method
256 verify(mFloatingContentCoordinator, times(1)).onContentAdded(any()); in testFloatingCoordinator()
887 mFloatingContentCoordinator.onContentAdded(mStackFloatingContent);
312 mFloatingContentCoordinator.onContentAdded(mMotionHelper); in onActivityPinned()
320 mFloatingContentCoordinator.onContentAdded(mMotionHelper); in onActivityPinned()