Home
last modified time | relevance | path

Searched refs:inRoot (Results 1 – 12 of 12) sorted by relevance

/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
DPopupMenuTest.java111 .inRoot(isPlatformPopup()).check(matches(isDisplayed())); in testBasicContent()
120 .inRoot(withDecorView(not(is(mMainDecorView)))) in testBasicContent()
124 .inRoot(withDecorView(not(is(mMainDecorView)))) in testBasicContent()
128 .inRoot(withDecorView(not(is(mMainDecorView)))) in testBasicContent()
132 .inRoot(withDecorView(not(is(mMainDecorView)))) in testBasicContent()
136 .inRoot(withDecorView(not(is(mMainDecorView)))) in testBasicContent()
140 .inRoot(withDecorView(not(is(mMainDecorView)))) in testBasicContent()
145 .inRoot(withDecorView(not(is(mMainDecorView)))) in testBasicContent()
148 .inRoot(withDecorView(not(is(mMainDecorView)))) in testBasicContent()
158 .inRoot(isPlatformPopup()).perform(new ViewAction() { in getPopupLocationInWindow()
[all …]
DListPopupWindowTest.java104 .inRoot(withDecorView(not(is(mainDecorView)))) in testBasicContent()
107 .inRoot(withDecorView(not(is(mainDecorView)))) in testBasicContent()
110 .inRoot(withDecorView(not(is(mainDecorView)))) in testBasicContent()
113 .inRoot(withDecorView(not(is(mainDecorView)))) in testBasicContent()
116 .inRoot(withDecorView(not(is(mainDecorView)))) in testBasicContent()
259 .inRoot(withDecorView(not(is(mainDecorView)))) in testItemClickViaEvent()
DAppCompatSpinnerTest.java83 onView(popupContentMatcher).inRoot(isPlatformPopup()).check( in verifySpinnerPopupTheming()
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
DAlertDialogTest.java133 onView(withText(expectedTitle)).inRoot(isDialog()).check(matches(isDisplayed())); in testBasicContent()
134 onView(withText(expectedMessage)).inRoot(isDialog()).check(matches(isDisplayed())); in testBasicContent()
135 onView(withText(expectedMessage)).inRoot(isDialog()).check( in testBasicContent()
160 onView(withText(dialogMessage)).inRoot(isDialog()).check(matches(isDisplayed())); in testMessageString()
175 onView(withText(dialogInitialMessage)).inRoot(isDialog()).check(matches(isDisplayed())); in testMessageStringPostCreation()
185 onView(withText(dialogInitialMessage)).inRoot(isDialog()).check(doesNotExist()); in testMessageStringPostCreation()
187 onView(withText(dialogUpdatedMessage)).inRoot(isDialog()).check(matches(isDisplayed())); in testMessageStringPostCreation()
205 onView(withText(title)).inRoot(isDialog()).check(doesNotExist()); in verifyCustomTitle()
208 onView(withText(expectedCustomTitle)).inRoot(isDialog()).check( in verifyCustomTitle()
210 onView(withText(expectedCustomTitle)).inRoot(isDialog()).check( in verifyCustomTitle()
[all …]
DAlertDialogCursorTest.java163 onView(withText("Dialog title")).inRoot(isDialog()).check(matches(isDisplayed())); in verifySimpleItemsContent()
168 rowInteraction.inRoot(isDialog()).check(matches(isDisplayed())); in verifySimpleItemsContent()
179 interactionForClick.inRoot(isDialog()).perform(click()); in verifySimpleItemsContent()
228 rowInteraction.inRoot(isDialog()). in verifyMultiChoiceItemsState()
251 onView(withText("Dialog title")).inRoot(isDialog()).check(matches(isDisplayed())); in verifyMultiChoiceItemsContent()
261 interactionForClick.inRoot(isDialog()).perform(click()); in verifyMultiChoiceItemsContent()
267 interactionForClick.inRoot(isDialog()).perform(click()); in verifyMultiChoiceItemsContent()
278 interactionForClick.inRoot(isDialog()).perform(click()); in verifyMultiChoiceItemsContent()
345 rowInteraction.inRoot(isDialog()). in verifySingleChoiceItemsState()
362 onView(withText("Dialog title")).inRoot(isDialog()).check(matches(isDisplayed())); in verifySingleChoiceItemsContent()
[all …]
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DFloatingToolbarEspressoUtils.java53 .inRoot(withDecorView(hasDescendant(withTagValue(is(TAG))))); in onFloatingToolBar()
63 .inRoot(withDecorView(hasDescendant(withTagValue(is(TAG))))); in onFloatingToolBarItem()
92 .inRoot(withDecorView(hasDescendant(withId(id)))) in toggleOverflow()
DSuggestionsPopupwindowUtils.java45 return onView(withId(id)).inRoot(withDecorView(hasDescendant(withId(id)))); in onSuggestionsPopup()
49 return onView(matcher).inRoot(withDecorView(hasDescendant(withId(id)))); in onSuggestionsPopupItem()
DDragHandleUtils.java56 .inRoot(withDecorView(hasDescendant(withId(id)))); in onHandleView()
DContextMenuUtils.java48 .inRoot(withDecorView(hasFocus())); in onContextMenu()
/frameworks/rs/
DrsContext.cpp121 watchdog.inRoot = true; in runRootScript()
123 watchdog.inRoot = false; in runRootScript()
415 ALOGE("RS watchdog timeout: %i %s line %i %s", rsc->watchdog.inRoot, in printWatchdogInfo()
418 ALOGE("RS watchdog timeout: %i", rsc->watchdog.inRoot); in printWatchdogInfo()
DrsContext.h235 bool inRoot; member
/frameworks/base/core/tests/coretests/src/android/widget/
DSuggestionsPopupWindowTest.java354 .inRoot(withDecorView(is(getActivity().getWindow().getDecorView()))) in testTextAppearanceInSuggestionsPopup()