Searched refs:decor (Results 1 – 2 of 2) sorted by relevance
281 View decor = mWindow.getDecorView(); in testDecorView() local282 assertNotNull(decor); in testDecorView()283 checkDecorView(decor); in testDecorView()285 decor = mWindow.peekDecorView(); in testDecorView()286 if (decor != null) { in testDecorView()287 checkDecorView(decor); in testDecorView()291 private void checkDecorView(View decor) { in checkDecorView() argument296 assertTrue(decor.getWidth() >= screenWidth); in checkDecorView()297 assertTrue(decor.getHeight() >= screenHeight); in checkDecorView()298 assertTrue(decor.getContext() instanceof ContextThemeWrapper); in checkDecorView()[all …]
187 final View decor = d.getWindow().getDecorView(); in testShow() local196 assertEquals(View.GONE, decor.getVisibility()); in testShow()206 assertEquals(View.VISIBLE, decor.getVisibility()); in testShow()