Home
last modified time | relevance | path

Searched defs:rootView (Results 1 – 17 of 17) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsControllerTests.java118 final View rootView = activity.getWindow().getDecorView(); in testHide() local
124 private void testHideInternal(View rootView, int types) { in testHideInternal()
136 final View rootView = activity.getWindow().getDecorView(); in testShow() local
142 private void testShowInternal(View rootView, int types) { in testShowInternal()
155 private void testTopAppHidesStatusBarInternal(Activity activity, View rootView, in testTopAppHidesStatusBarInternal()
183 final View rootView = activity.getWindow().getDecorView(); in testTopAppHidesStatusBarByMethod() local
192 final View rootView = activity.getWindow().getDecorView(); in testTopAppHidesStatusBarByWindowFlag() local
201 final View rootView = activity.getWindow().getDecorView(); in testTopAppHidesStatusBarBySystemUiFlag() local
217 final View rootView = activity.getWindow().getDecorView(); in testImeShowAndHide() local
234 final View rootView = activity.getWindow().getDecorView(); in testImeForceShowingNavigationBar() local
[all …]
DWindowInsetsLayoutTests.java236 final View rootView = getWindow().getDecorView(); in assertMatchesWindowBounds() local
DKeyguardLockedTests.java388 final View rootView = activity.getWindow().getDecorView(); in testImeShowsAfterLockScreenOnEditorTap() local
DWindowInsetsAnimationTestBase.java108 protected static boolean hasWindowInsets(View rootView, int types) { in hasWindowInsets()
/cts/tests/tests/view/src/android/view/cts/
DViewAttributeTest.java74 LinearLayout rootView = in testGetExplicitStyle() local
92 LinearLayout rootView = in testGetAttributeResolutionStack() local
109 LinearLayout rootView = in testGetAttributeSourceResourceMap() local
DViewSourceLayoutTest.java40 View rootView = activity.findViewById(R.id.view_root); in testGetSourceLayout() local
/cts/tests/tests/widget/src/android/widget/cts/
DWidgetAttributeTest.kt68 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
DPopupWindowTest.java544 final View rootView = mActivity.findViewById(R.id.anchor_upper_left).getRootView(); in testShowAsDropDown_ClipToScreen_TooBig() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
DPhaseStartFragment.java53 View rootView = inflater.inflate(R.layout.fragment_start_phase, container, false); in onCreateView() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSimpleKeyguardService.java75 LinearLayout rootView = new LinearLayout(context); in createView() local
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/presenter/
DIconHeaderItemPresenter.java51 View rootView = viewHolder.view; in onBindViewHolder() local
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DLoginActivityTest.java143 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
337 LoginActivity.onRootView((activity, rootView) -> { in testSimpleLifecycle_changeContextOnCreate() argument
372 final View rootView = activity.getRootView(); in testSimpleLifecycle_changeContextOnCreate() local
745 LoginActivity.onRootView((activity, rootView) -> { in testDisabledFlagSecureAndByApp() argument
914 final LinearLayout rootView = activity.getRootView(); in testViewAppeared_withNewContext() local
DChildlessActivityTest.java244 ChildlessActivity.onRootView((activity, rootView) -> { in testAddAndRemoveNoImportantChild() argument
282 ChildlessActivity.onRootView((activity, rootView) -> { in testAddAndRemoveImportantChild() argument
292 final LinearLayout rootView = activity.getRootView(); in testAddAndRemoveImportantChild() local
341 final LinearLayout rootView = activity.getRootView(); in testAddImportantChildAfterSessionStarted() local
378 final LinearLayout rootView = activity.getRootView(); in testAddAndRemoveImportantChildOnDifferentSession() local
619 final LinearLayout rootView = activity.getRootView(); in testDinamicallyManageSiblingSessions() local
958 final LinearLayout rootView = activity.getRootView(); in testRemoveChildrenFromDifferentSessions() local
DLoginActivity.java124 final View rootView = activity.getRootView(); in assertJustInitialViewsAppeared() local
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DCannedAugmentedFillResponse.java133 final TextView rootView = (TextView) inflater.inflate(R.layout.augmented_autofill_ui, null); in asFillResponse() local
DHelper.java490 final View rootView = activity.getWindow().getDecorView().getRootView(); in findViewByAutofillHint() local
/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java771 final View rootView = mActivity.getWindow().getDecorView(); in testSystemGestureExclusionLimit() local