Searched refs:parentWindowContainer (Results 1 – 2 of 2) sorted by relevance
610 final WindowContainer parentWindowContainer = in testIgnoresForcedOrientationWhenParentHandles() local612 spyOn(parentWindowContainer); in testIgnoresForcedOrientationWhenParentHandles()613 parentWindowContainer.setBounds(fullScreenBounds); in testIgnoresForcedOrientationWhenParentHandles()614 doReturn(parentWindowContainer).when(task).getParent(); in testIgnoresForcedOrientationWhenParentHandles()617 doReturn(true).when(parentWindowContainer).handlesOrientationChangeFromDescendant(); in testIgnoresForcedOrientationWhenParentHandles()
5699 final WindowContainer parentWindowContainer = getParent(); in transformFrameToSurfacePosition() local5710 } else if (parentWindowContainer != null) { in transformFrameToSurfacePosition()5713 : parentWindowContainer.getBounds(); in transformFrameToSurfacePosition()