Home
last modified time | relevance | path

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

/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.kt67 val rootView = inflater.inflate(R.layout.widget_attribute_layout, null) as LinearLayout in testGetAttributeResolutionStack() constant
129 val rootView = inflater.inflate(R.layout.widget_attribute_layout, null) as LinearLayout in testGetAttributeSourceResourceMap() constant
DPopupWindowTest.java498 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/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.java134 LoginActivity.onRootView((activity, rootView) -> { in testSimpleLifecycle_rootViewSession() argument
249 final View rootView = activity.getRootView(); in testSimpleLifecycle_changeContextAfterCreate() local
285 LoginActivity.onRootView((activity, rootView) -> { in testSimpleLifecycle_changeContextOnCreate() argument
320 final View rootView = activity.getRootView(); in testSimpleLifecycle_changeContextOnCreate() local
477 LoginActivity.onRootView((activity, rootView) -> { in testDisabledFlagSecureAndByApp() argument
DChildlessActivityTest.java247 ChildlessActivity.onRootView((activity, rootView) -> { in testAddAndRemoveNoImportantChild() argument
285 ChildlessActivity.onRootView((activity, rootView) -> { in testAddAndRemoveImportantChild() argument
295 final LinearLayout rootView = activity.getRootView(); in testAddAndRemoveImportantChild() local
344 final LinearLayout rootView = activity.getRootView(); in testAddImportantChildAfterSessionStarted() local
382 final LinearLayout rootView = activity.getRootView(); in testAddAndRemoveImportantChildOnDifferentSession() local
620 final LinearLayout rootView = activity.getRootView(); in testDinamicallyManageSiblingSessions() local
956 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/augmented/
DCannedAugmentedFillResponse.java120 final TextView rootView = (TextView) inflater.inflate(R.layout.augmented_autofill_ui, null); in asFillResponse() local
/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java759 final View rootView = mActivity.getWindow().getDecorView(); in testSystemGestureExclusionLimit() local
/cts/tests/autofillservice/src/android/autofillservice/cts/
DHelper.java456 final View rootView = activity.getWindow().getDecorView().getRootView(); in findViewByAutofillHint() local