Searched refs:onContentAdded (Results 1 – 5 of 5) sorted by relevance
52 floatingCoordinator.onContentAdded(rect100pxFloating) in testOnContentAdded()58 floatingCoordinator.onContentAdded(rect200pxFloating) in testOnContentAdded()69 floatingCoordinator.onContentAdded(rect100pxFloating) in testOnContentRemoved()71 floatingCoordinator.onContentAdded(rect200pxFloating) in testOnContentRemoved()82 floatingCoordinator.onContentAdded(rect100pxFloating) in testOnContentMoved_twoRects()86 floatingCoordinator.onContentAdded(rect200pxFloating) in testOnContentMoved_twoRects()122 floatingCoordinator.onContentAdded(rect100pxFloating) in testOnContentMoved_threeRects()125 floatingCoordinator.onContentAdded(rect200pxFloating) in testOnContentMoved_threeRects()132 floatingCoordinator.onContentAdded(rect300pxFloating) in testOnContentMoved_threeRects()150 floatingCoordinator.onContentAdded(rect100pxFloating) in testOnContentMoved_respectsUpperBounds()[all …]
115 fun onContentAdded(newContent: FloatingContent) { in <lambda>() method in com.android.systemui.util.FloatingContentCoordinator
254 verify(mFloatingContentCoordinator, times(1)).onContentAdded(any()); in testFloatingCoordinator()
880 mFloatingContentCoordinator.onContentAdded(mStackFloatingContent); in moveStackToStartPosition()
372 mFloatingContentCoordinator.onContentAdded(mMotionHelper); in onActivityPinned()