Home
last modified time | relevance | path

Searched refs:getRootView (Results 1 – 18 of 18) sorted by relevance

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DAbstractRootViewActivity.java81 + " rootView=" + getRootView().getAutofillId() in onResume()
100 public LinearLayout getRootView() { in getRootView() method in AbstractRootViewActivity
DLoginActivity.java116 final AutofillId rootId = activity.getRootView().getAutofillId(); in assertJustInitialViewsAppeared()
124 final View rootView = activity.getRootView(); in assertJustInitialViewsAppeared()
150 final AutofillId rootId = activity.getRootView().getAutofillId(); in assertInitialViewsDisappeared()
DChildlessActivityTest.java260 activity.syncRunOnUiThread(() -> activity.getRootView().removeView(child)); in testAddAndRemoveNoImportantChild()
295 final LinearLayout rootView = activity.getRootView(); in testAddAndRemoveImportantChild()
344 final LinearLayout rootView = activity.getRootView(); in testAddImportantChildAfterSessionStarted()
382 final LinearLayout rootView = activity.getRootView(); in testAddAndRemoveImportantChildOnDifferentSession()
444 final ContentCaptureSession mainSession = activity.getRootView().getContentCaptureSession(); in testDinamicallyManageChildlessSiblingSessions()
565 final ContentCaptureSession mainSession = activity.getRootView().getContentCaptureSession(); in dinamicallyAddOneChildOnAnotherSessionTest()
598 final AutofillId rootId = activity.getRootView().getAutofillId(); in dinamicallyAddOneChildOnAnotherSessionTest()
620 final LinearLayout rootView = activity.getRootView(); in testDinamicallyManageSiblingSessions()
788 final ContentCaptureSession mainSession = activity.getRootView().getContentCaptureSession(); in testNestedSessions_simplestScenario()
857 final ContentCaptureSession mainSession = activity.getRootView().getContentCaptureSession(); in testDinamicallyManageChildlessNestedSessions()
[all …]
DLoginActivityTest.java169 assertSessionId(childSessionId, activity.getRootView()); in testContentCaptureSessionCache()
205 assertSessionId(childSessionId, activity.getRootView()); in testSimpleLifecycle_rootViewSession()
236 final AutofillId rootId = activity.getRootView().getAutofillId(); in testSimpleLifecycle_rootViewSession()
273 assertViewAppeared(childEvents, 0, childSessionId, activity.getRootView(), in testSimpleLifecycle_rootViewSession()
297 final View rootView = activity.getRootView(); in testSimpleLifecycle_changeContextAfterCreate()
360 final AutofillId rootId = activity.getRootView().getAutofillId(); in testSimpleLifecycle_changeContextOnCreate()
368 final View rootView = activity.getRootView(); in testSimpleLifecycle_changeContextOnCreate()
892 final AutofillId rootId = activity.getRootView().getAutofillId(); in testAddChildren_rightAway()
910 final LinearLayout rootView = activity.getRootView(); in testViewAppeared_withNewContext()
926 final AutofillId rootId = activity.getRootView().getAutofillId(); in testViewAppeared_withNewContext()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DMagnifierTest.java453 mLayout.getRootView().getWidth() + mMagnifier.getWidth(), in testWindowPosition_isClampedInsideMainApplicationWindow_bottomRight()
454 mLayout.getRootView().getHeight() + mMagnifier.getHeight()); in testWindowPosition_isClampedInsideMainApplicationWindow_bottomRight()
460 assertEquals(mLayout.getRootView().getWidth() in testWindowPosition_isClampedInsideMainApplicationWindow_bottomRight()
463 assertEquals(mLayout.getRootView().getHeight() in testWindowPosition_isClampedInsideMainApplicationWindow_bottomRight()
501 mLayout.getRootView().getWidth() + mMagnifier.getWidth(), in testWindowPosition_isNotClamped_whenClampingFlagIsOff_bottomRight()
502 mLayout.getRootView().getHeight() + mMagnifier.getHeight()); in testWindowPosition_isNotClamped_whenClampingFlagIsOff_bottomRight()
509 assertEquals(magnifiedViewPosition[0] + mLayout.getRootView().getWidth() in testWindowPosition_isNotClamped_whenClampingFlagIsOff_bottomRight()
511 assertEquals(magnifiedViewPosition[1] + mLayout.getRootView().getHeight() in testWindowPosition_isNotClamped_whenClampingFlagIsOff_bottomRight()
714 showMagnifier(2 * view.getRootView().getWidth(), 2 * view.getRootView().getHeight()); in testSourcePosition_respectsMaxInSurfaceBounds()
718 sourcePosition.x < 2 * view.getRootView().getWidth() - mMagnifier.getSourceWidth()); in testSourcePosition_respectsMaxInSurfaceBounds()
[all …]
DListPopupWindowTest.java368 mPopupWindow.getListView().getRootView().getLayoutParams(); in testSetWindowLayoutType()
724 final View root = mPopupWindow.getListView().getRootView(); in testListSelectionWithDPad()
794 final View root = mPopupWindow.getListView().getRootView(); in testListSelectionWithDPadEnter()
DPopupWindowTest.java544 final View rootView = mActivity.findViewById(R.id.anchor_upper_left).getRootView(); in testShowAsDropDown_ClipToScreen_TooBig()
1141 mPopupWindow.getContentView().getRootView().getLayoutParams(); in testUpdate()
1641 ViewGroup.LayoutParams p = mPopupWindow.getContentView().getRootView().getLayoutParams(); in testSetWindowLayoutMode()
1782 View popupRoot = mPopupWindow.getContentView().getRootView(); in testClipToScreenClipsToInsets()
1836 mPopupWindow.getContentView().getRootView(), in testPositionAfterAnchorRemoval()
1864 mPopupWindow.getContentView().getRootView(), in testPositionAfterAnchorRemoval()
1973 subPopup.getContentView().getRootView(), in testAnchorInPopup()
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DAbstractAutoFillActivity.java91 return takeScreenshot(findViewById(android.R.id.content).getRootView()); in takeScreenshot()
/cts/tests/tests/view/src/android/view/cts/
DView_FocusHandlingTest.java238 assertNull(vg.getRootView().findFocus()); in testFocusHandling()
240 assertSame(sub, vg.getRootView().findFocus()); in testFocusHandling()
411 assertNull(layout.getRootView().findFocus()); in testSizeHandling()
DViewTest.java1465 assertEquals(view, view.getRootView()); in testGetRootView()
1468 assertEquals(mMockParent, view.getRootView()); in testGetRootView()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DWidgetTestUtils.java277 final View rootView = view.getRootView();
/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsActivity.java79 mContent.getRootView().setOnApplyWindowInsetsListener(this::onApplyWindowInsets); in onCreate()
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/
DPreSimpleSaveActivityTest.java280 mActivity.mPreInput.getRootView() in tapLinkLaunchTrampolineActivityThenTapBackAndStartNewSessionTest()
DSimpleSaveActivityTest.java1145 mActivity.syncRunOnUiThread(() -> mActivity.mInput.getRootView() in tapLinkLaunchTrampolineActivityThenTapBackAndStartNewSessionTest()
/cts/tests/tests/assist/src/android/assist/cts/
DAssistTestBase.java415 mView = mTestActivity.findViewById(android.R.id.content).getRootView(); in verifyAssistStructure()
/cts/tests/app/src/android/app/cts/
DDialogTest.java466 d.getWindow().getDecorView().getRootView().getLocationOnScreen(dialogLocation); in testTouchEvent()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java489 final View rootView = activity.getWindow().getDecorView().getRootView(); in findViewByAutofillHint()
/cts/tools/release-parser/tests/resources/
DCtsJniTestCases.apk.pb.txt1640 name: "getRootView"