Searched refs:getDecorSurface (Results 1 – 6 of 6) sorted by relevance
1716 assertNull(task.getDecorSurface()); in testMoveOrCreateDecorSurface()1717 assertNull(task.getTaskFragmentParentInfo().getDecorSurface()); in testMoveOrCreateDecorSurface()1724 assertNotNull(task.getDecorSurface()); in testMoveOrCreateDecorSurface()1726 assertNotNull(task.getTaskFragmentParentInfo().getDecorSurface()); in testMoveOrCreateDecorSurface()1734 assertNull(task.getDecorSurface()); in testMoveOrCreateDecorSurface()1736 assertNull(task.getTaskFragmentParentInfo().getDecorSurface()); in testMoveOrCreateDecorSurface()1751 assertNotNull(task.getDecorSurface()); in testMoveOrCreateDecorSurface_whenOwnerTaskFragmentRemoved()1758 assertNotNull(task.getDecorSurface()); in testMoveOrCreateDecorSurface_whenOwnerTaskFragmentRemoved()1766 assertNull(task.getDecorSurface()); in testMoveOrCreateDecorSurface_whenOwnerTaskFragmentRemoved()1809 verify(t, never()).setLayer(eq(task.getDecorSurface()), anyInt()); in testAssignChildLayers_decorSurfacePlacement()[all …]
129 public SurfaceControl getDecorSurface() { in getDecorSurface() method in TaskFragmentParentInfo
155 false /* visible */, mInfo.hasDirectActivity(), mInfo.getDecorSurface()); in setInvisible()
211 final SurfaceControl decorSurface = parentInfo.getDecorSurface(); in updateDivider()
141 when(mParentInfo.getDecorSurface()).thenReturn(mSurfaceControl); in setUp()
3655 getDecorSurface());6855 @Nullable SurfaceControl getDecorSurface() {