Home
last modified time | relevance | path

Searched refs:getDecorView (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/app.usage/src/android/app/usage/cts/
DActivityTransitionActivity.java115 getWindow().getDecorView().postDelayed(new Runnable() { in startTest()
141 getWindow().getDecorView().post(new Runnable() { in startTest()
DActivityTransitionTest.java72 mActivity.getWindow().getDecorView().postDelayed(new Runnable() { in testOnSharedElementsArrived()
/cts/tests/tests/view/src/android/view/cts/
DWindowTest.java278 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
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.java47 getWindow().getDecorView().setSystemUiVisibility( in onCreate()
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowQueryTest.java739 params.token = getActivity().getWindow().getDecorView().getWindowToken(); in addTwoAppPanelWindows()
770 params.token = getActivity().getWindow().getDecorView().getWindowToken(); in addTwoAppPanelWindows()
/cts/tests/tests/app/src/android/app/cts/
DDialogTest.java183 final View decor = d.getWindow().getDecorView(); in testShow()
635 final View v = d.getWindow().getDecorView(); in testTakeKeyEvents()
DInstrumentationTest.java507 public View getDecorView() { in getDecorView() method in InstrumentationTest.MockActivity.MockWindow