Searched refs:getDecorView (Results 1 – 9 of 9) sorted by relevance
42 int vis = getWindow().getDecorView().getSystemUiVisibility(); in setLightStatusBar()48 getWindow().getDecorView().setSystemUiVisibility(vis); in setLightStatusBar()
169 getWindow().getDecorView().postDelayed(new Runnable() { in startTest()196 getWindow().getDecorView().post(new Runnable() { in startTest()233 getWindow().getDecorView().postDelayed(new Runnable() { in onRestart()
75 mActivity.getWindow().getDecorView().postDelayed(new Runnable() { in testOnSharedElementsArrived()
281 View decor = mWindow.getDecorView(); in testDecorView()376 View decor = mWindow.getDecorView(); in testSetBackgroundDrawable()398 decor = mWindow.getDecorView(); in testSetBackgroundDrawable()408 decor = mWindow.getDecorView(); in testSetBackgroundDrawable()963 public View getDecorView() { in getDecorView() method in WindowTest.MockWindow
47 getWindow().getDecorView().setSystemUiVisibility( in onCreate()
700 params.token = getActivity().getWindow().getDecorView().getWindowToken(); in addTwoAppPanelWindows()731 params.token = getActivity().getWindow().getDecorView().getWindowToken(); in addTwoAppPanelWindows()750 window.getDecorView().getWindowVisibleDisplayFrame(rect); in getStatusBarHeight()
187 final View decor = d.getWindow().getDecorView(); in testShow()427 window.getDecorView().getWindowVisibleDisplayFrame(rect); in getStatusBarHeight()646 final View v = d.getWindow().getDecorView(); in testTakeKeyEvents()
508 public View getDecorView() { in getDecorView() method in InstrumentationTest.MockActivity.MockWindow
89115 public abstract android.view.View getDecorView()