Searched refs:hasOverlays (Results 1 – 2 of 2) sorted by relevance
1147 doReturn(false).when(mScreenDecorations).hasOverlays(); in testRegistration_From_NoOverlay_To_HasOverlays()1151 doReturn(true).when(mScreenDecorations).hasOverlays(); in testRegistration_From_NoOverlay_To_HasOverlays()1158 doReturn(true).when(mScreenDecorations).hasOverlays(); in testRegistration_From_HasOverlays_To_HasOverlays()1169 doReturn(true).when(mScreenDecorations).hasOverlays(); in testRegistration_From_HasOverlays_To_NoOverlay()1174 doReturn(false).when(mScreenDecorations).hasOverlays(); in testRegistration_From_HasOverlays_To_NoOverlay()
679 if (hasOverlays() || hasHwcOverlay()) { in setupDecorationsInner()718 boolean hasOverlays() { in hasOverlays() method in ScreenDecorations