Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DWindowTest.java321 decor = mWindow.peekDecorView(); in testDecorView()
906 public View peekDecorView() { in peekDecorView() method in WindowTest.MockWindow
DPixelCopyTest.java158 when(mockWindow.peekDecorView()).thenReturn(view); in testNoViewRoot()
/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java584 public View peekDecorView() { in peekDecorView() method in InstrumentationTest.MockActivity.MockWindow
/cts/tests/fragment/src/android/fragment/cts/
DFragmentLifecycleTest.java1229 return (w != null && w.peekDecorView() != null); in onHasView()