Searched refs:grandChild (Results 1 – 1 of 1) sorted by relevance
710 final TestWindowContainer grandChild = mock(TestWindowContainer.class); in testOnParentResizePropagation() local712 child.addChildWindow(grandChild); in testOnParentResizePropagation()716 verify(grandChild, never()).onParentResize(); in testOnParentResizePropagation()718 child.removeChild(grandChild); in testOnParentResizePropagation()721 child.addChildWindow(grandChild); in testOnParentResizePropagation()725 verify(grandChild, times(1)).onParentResize(); in testOnParentResizePropagation()