Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowContainerTests.java710 final TestWindowContainer grandChild = mock(TestWindowContainer.class); in testOnParentResizePropagation() local
712 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()