/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/ |
D | WindowInsetsControllerTests.java | 142 final View rootView = activity.getWindow().getDecorView(); in testHide() local 148 private void testHideInternal(View rootView, int types) { in testHideInternal() 162 final View rootView = activity.getWindow().getDecorView(); in testShow() local 168 private void testShowInternal(View rootView, int types) { in testShowInternal() 181 private void testTopAppHidesStatusBarInternal(Activity activity, View rootView, in testTopAppHidesStatusBarInternal() 211 final View rootView = activity.getWindow().getDecorView(); in testTopAppHidesStatusBarByMethod() local 222 final View rootView = activity.getWindow().getDecorView(); in testTopAppHidesStatusBarByWindowFlag() local 233 final View rootView = activity.getWindow().getDecorView(); in testTopAppHidesStatusBarBySystemUiFlag() local 249 final View rootView = activity.getWindow().getDecorView(); in testImeShowAndHide() local 272 final View rootView = activity.getWindow().getDecorView(); in testImeForceShowingNavigationBar() local [all …]
|
D | WindowInsetsLayoutTests.java | 236 final View rootView = getWindow().getDecorView(); in assertMatchesWindowBounds() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewAttributeTest.java | 92 LinearLayout rootView = in testGetExplicitStyle() local 110 LinearLayout rootView = in testGetAttributeResolutionStack() local 127 LinearLayout rootView = in testGetAttributeSourceResourceMap() local
|
D | ViewSourceLayoutTest.java | 51 View rootView = activity.findViewById(R.id.view_root); in testGetSourceLayout() local
|
/cts/tests/tests/gameservice/CtsGameServiceTouchVerifier/src/android/service/games/cts/touchverifier/ |
D | MainActivity.java | 37 final View rootView = findViewById(R.id.root_view); in onCreate() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | WidgetAttributeTest.kt | 68 val rootView = inflater.inflate(R.layout.widget_attribute_layout, null) as LinearLayout in testGetAttributeResolutionStack() constant 128 val rootView = inflater.inflate(R.layout.widget_attribute_layout, null) as LinearLayout in testGetAttributeSourceResourceMap() constant
|
D | PopupWindowTest.java | 568 final View rootView = mActivity.findViewById(R.id.anchor_upper_left).getRootView(); in testShowAsDropDown_ClipToScreen_TooBig() local
|
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | FlagSecureTest.java | 84 View rootView = mActivity.getWindow().getDecorView(); in testChildWindowInheritsFlagSecure() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/ |
D | PhaseStartFragment.java | 53 View rootView = inflater.inflate(R.layout.fragment_start_phase, container, false); in onCreateView() local
|
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/presenter/ |
D | IconHeaderItemPresenter.java | 51 View rootView = viewHolder.view; in onBindViewHolder() local
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | SimpleKeyguardService.java | 75 LinearLayout rootView = new LinearLayout(context); in createView() local
|
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | LoginActivityTest.java | 143 LoginActivity.onRootView((activity, rootView) -> { in testContentCaptureSessionCache() argument 183 LoginActivity.onRootView((activity, rootView) -> { in testSimpleLifecycle_rootViewSession() argument 301 final View rootView = activity.getRootView(); in testSimpleLifecycle_changeContextAfterCreate() local 339 LoginActivity.onRootView((activity, rootView) -> { in testSimpleLifecycle_changeContextOnCreate() argument 374 final View rootView = activity.getRootView(); in testSimpleLifecycle_changeContextOnCreate() local 722 LoginActivity.onRootView((activity, rootView) -> { in testDisabledFlagSecureAndByApp() argument 891 final LinearLayout rootView = activity.getRootView(); in testViewAppeared_withNewContext() local
|
D | LoginActivity.java | 118 final View rootView = activity.getRootView(); in assertJustInitialViewsAppeared() local 150 final View rootView = activity.getRootView(); in assertInitialViewsAppeared() local
|
D | ChildlessActivityTest.java | 247 ChildlessActivity.onRootView((activity, rootView) -> { in testAddAndRemoveNoImportantChild() argument 286 ChildlessActivity.onRootView((activity, rootView) -> { in testAddAndRemoveImportantChild() argument 296 final LinearLayout rootView = activity.getRootView(); in testAddAndRemoveImportantChild() local 345 final LinearLayout rootView = activity.getRootView(); in testAddImportantChildAfterSessionStarted() local 387 final LinearLayout rootView = activity.getRootView(); in testAddAndRemoveImportantChildOnDifferentSession() local 633 final LinearLayout rootView = activity.getRootView(); in testDinamicallyManageSiblingSessions() local 973 final LinearLayout rootView = activity.getRootView(); in testRemoveChildrenFromDifferentSessions() local
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/activities/ |
D | NotTouchableWindowTestActivity.java | 32 private View rootView; field in NotTouchableWindowTestActivity.CommandReceiver
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/keyguard/ |
D | KeyguardLockedTests.java | 410 final View rootView = activity.getWindow().getDecorView(); in testImeShowsAfterLockScreenOnEditorTap() local
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | CannedAugmentedFillResponse.java | 133 final TextView rootView = (TextView) inflater.inflate(R.layout.augmented_autofill_ui, null); in asFillResponse() local
|
D | Helper.java | 516 final View rootView = activity.getWindow().getDecorView().getRootView(); in findViewByAutofillHint() local
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | WindowInsetsAnimationTestBase.java | 116 protected static boolean hasWindowInsets(View rootView, int types) { in hasWindowInsets()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | ImeInsetsVisibilityTest.java | 449 private ChildWindowHolder(@NonNull View rootView) { in ChildWindowHolder()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/ |
D | BlurTests.java | 456 View rootView = findViewById(android.R.id.content); in onCreate() local
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | WindowInsetsBehaviorTests.java | 799 final View rootView = mActivity.getWindow().getDecorView(); in testSystemGestureExclusionLimit() local
|