/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | LoginActivity.java | 123 final View decorView = activity.getDecorView(); in assertJustInitialViewsAppeared() local 128 assertDecorViewAppeared(events, 2, decorView); in assertJustInitialViewsAppeared() 129 assertViewAppeared(events, 3, grandpa2, decorView.getAutofillId()); in assertJustInitialViewsAppeared() 151 final View decorView = activity.getDecorView(); in assertInitialViewsDisappeared() local 174 decorView.getAutofillId(), in assertInitialViewsDisappeared()
|
D | BlankWithTitleActivity.java | 49 final View decorView = getDecorView(); in assertDefaultEvents() local 59 assertDecorViewAppeared(events, 2, decorView); in assertDefaultEvents() 66 assertViewsOptionallyDisappeared(events, minEvents, decorView.getAutofillId(), in assertDefaultEvents()
|
D | CustomViewActivity.java | 122 final View decorView = getDecorView(); in assertJustInitialViewsAppeared() local 125 + decorView.getAutofillId()); in assertJustInitialViewsAppeared() 135 assertViewAppeared(events, 3, grandpa2, decorView.getAutofillId()); in assertJustInitialViewsAppeared()
|
D | LoginActivityTest.java | 187 final View decorView = activity.getDecorView(); in testSimpleLifecycle_rootViewSession() local 194 assertDecorViewAppeared(mainEvents, 2, decorView); in testSimpleLifecycle_rootViewSession() 195 assertViewAppeared(mainEvents, 3, grandpa2, decorView.getAutofillId()); in testSimpleLifecycle_rootViewSession() 203 decorView.getAutofillId(), in testSimpleLifecycle_rootViewSession() 319 final View decorView = activity.getDecorView(); in testSimpleLifecycle_changeContextOnCreate() local 328 assertDecorViewAppeared(events, 3, decorView); in testSimpleLifecycle_changeContextOnCreate() 329 assertViewAppeared(events, 4, grandpa2, decorView.getAutofillId()); in testSimpleLifecycle_changeContextOnCreate() 671 final View decorView = activity.getDecorView(); in testAddChildren_afterAnimation() local 701 decorView.getAutofillId(), in testAddChildren_afterAnimation()
|
D | CustomViewActivityTest.java | 153 final View decorView = activity.getDecorView(); in testVirtualView_wrongWay() local 157 + decorView.getAutofillId() + "customView=" + customViewId); in testVirtualView_wrongWay() 168 assertDecorViewAppeared(events, 2, decorView); in testVirtualView_wrongWay() 169 assertViewAppeared(events, 3, grandpa2, decorView.getAutofillId()); in testVirtualView_wrongWay()
|
D | ChildlessActivityTest.java | 315 final View decorView = activity.getDecorView(); in testAddAndRemoveImportantChild() local 321 assertDecorViewAppeared(events, 2, decorView); in testAddAndRemoveImportantChild() 322 assertViewAppeared(events, 3, grandpa2, decorView.getAutofillId()); in testAddAndRemoveImportantChild()
|
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/ |
D | CapturedActivity.java | 240 View decorView = getWindow().getDecorView(); in runTest() local 241 Rect boundsToCheck = new Rect(0, 0, decorView.getWidth(), decorView.getHeight()); in runTest() 243 decorView.getLocationOnScreen(topLeft); in runTest()
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | MockIme.java | 366 final View decorView = getWindow().getWindow().getDecorView(); in onCreate() local 367 decorView.post(() -> decorView.requestLayout()); in onCreate()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | DrawActivity.kt | 83 window.decorView.systemUiVisibility = View.SYSTEM_UI_FLAG_HIDE_NAVIGATION or in hashCode()
|
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/ |
D | DrawActivity.kt | 83 window.decorView.systemUiVisibility = View.SYSTEM_UI_FLAG_HIDE_NAVIGATION or in hashCode()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewTest.java | 1426 ViewGroup decorView = (ViewGroup) mActivity.getWindow().getDecorView(); in testKeyboardNavigationClusterSearch() local 1427 decorView.removeAllViews(); in testKeyboardNavigationClusterSearch() 1432 decorView.addView(v1); in testKeyboardNavigationClusterSearch() 1433 decorView.addView(v2); in testKeyboardNavigationClusterSearch() 1438 assertEquals(v2, decorView.keyboardNavigationClusterSearch(v1, View.FOCUS_FORWARD)); in testKeyboardNavigationClusterSearch() 1439 assertEquals(v1, decorView.keyboardNavigationClusterSearch(null, View.FOCUS_FORWARD)); in testKeyboardNavigationClusterSearch() 1440 assertEquals(v2, decorView.keyboardNavigationClusterSearch(null, View.FOCUS_BACKWARD)); in testKeyboardNavigationClusterSearch() 1442 assertEquals(decorView, v1.keyboardNavigationClusterSearch(null, View.FOCUS_BACKWARD)); in testKeyboardNavigationClusterSearch() 1443 assertEquals(decorView, v2.keyboardNavigationClusterSearch(null, View.FOCUS_FORWARD)); in testKeyboardNavigationClusterSearch() 1447 decorView.removeAllViews(); in testKeyboardNavigationClusterSearch() [all …]
|