Searched refs:getDecorView (Results 1 – 7 of 7) sorted by relevance
115 getWindow().getDecorView().postDelayed(new Runnable() { in startTest()141 getWindow().getDecorView().post(new Runnable() { in startTest()
72 mActivity.getWindow().getDecorView().postDelayed(new Runnable() { in testOnSharedElementsArrived()
278 View decor = mWindow.getDecorView(); in testDecorView()373 View decor = mWindow.getDecorView(); in testSetBackgroundDrawable()395 decor = mWindow.getDecorView(); in testSetBackgroundDrawable()405 decor = mWindow.getDecorView(); in testSetBackgroundDrawable()957 public View getDecorView() { in getDecorView() method in WindowTest.MockWindow
47 getWindow().getDecorView().setSystemUiVisibility( in onCreate()
739 params.token = getActivity().getWindow().getDecorView().getWindowToken(); in addTwoAppPanelWindows()770 params.token = getActivity().getWindow().getDecorView().getWindowToken(); in addTwoAppPanelWindows()
183 final View decor = d.getWindow().getDecorView(); in testShow()635 final View v = d.getWindow().getDecorView(); in testTakeKeyEvents()
507 public View getDecorView() { in getDecorView() method in InstrumentationTest.MockActivity.MockWindow