Searched refs:inRoot (Results 1 – 12 of 12) sorted by relevance
148 .inRoot(isPlatformPopup()).check(matches(isDisplayed())); in testBasicContent()157 .inRoot(withDecorView(not(is(mMainDecorView)))) in testBasicContent()163 .inRoot(withDecorView(not(is(mMainDecorView)))) in testBasicContent()169 .inRoot(withDecorView(not(is(mMainDecorView)))) in testBasicContent()173 .inRoot(withDecorView(not(is(mMainDecorView)))) in testBasicContent()177 .inRoot(withDecorView(not(is(mMainDecorView)))) in testBasicContent()181 .inRoot(withDecorView(not(is(mMainDecorView)))) in testBasicContent()186 .inRoot(withDecorView(not(is(mMainDecorView)))) in testBasicContent()189 .inRoot(withDecorView(not(is(mMainDecorView)))) in testBasicContent()199 .inRoot(isPlatformPopup()).perform(new ViewAction() { in getPopupLocationInWindow()[all …]
113 .inRoot(withDecorView(not(is(mainDecorView)))) in testBasicContent()116 .inRoot(withDecorView(not(is(mainDecorView)))) in testBasicContent()119 .inRoot(withDecorView(not(is(mainDecorView)))) in testBasicContent()122 .inRoot(withDecorView(not(is(mainDecorView)))) in testBasicContent()125 .inRoot(withDecorView(not(is(mainDecorView)))) in testBasicContent()269 .inRoot(withDecorView(not(is(mainDecorView)))) in testItemClickViaEvent()
85 onView(popupContentMatcher).inRoot(isPlatformPopup()).check( in verifySpinnerPopupTheming()
163 onView(withText(expectedTitle)).inRoot(isDialog()).check(matches(isDisplayed())); in testBasicContent()164 onView(withText(expectedMessage)).inRoot(isDialog()).check(matches(isDisplayed())); in testBasicContent()165 onView(withText(expectedMessage)).inRoot(isDialog()).check( in testBasicContent()190 onView(withText(dialogMessage)).inRoot(isDialog()).check(matches(isDisplayed())); in testMessageString()205 onView(withText(dialogInitialMessage)).inRoot(isDialog()).check(matches(isDisplayed())); in testMessageStringPostCreation()215 onView(withText(dialogInitialMessage)).inRoot(isDialog()).check(doesNotExist()); in testMessageStringPostCreation()217 onView(withText(dialogUpdatedMessage)).inRoot(isDialog()).check(matches(isDisplayed())); in testMessageStringPostCreation()235 onView(withText(title)).inRoot(isDialog()).check(doesNotExist()); in verifyCustomTitle()238 onView(withText(expectedCustomTitle)).inRoot(isDialog()).check( in verifyCustomTitle()240 onView(withText(expectedCustomTitle)).inRoot(isDialog()).check( in verifyCustomTitle()[all …]
174 onView(withText("Dialog title")).inRoot(isDialog()).check(matches(isDisplayed())); in verifySimpleItemsContent()179 rowInteraction.inRoot(isDialog()).check(matches(isDisplayed())); in verifySimpleItemsContent()190 interactionForClick.inRoot(isDialog()).perform(click()); in verifySimpleItemsContent()238 rowInteraction.inRoot(isDialog()). in verifyMultiChoiceItemsState()261 onView(withText("Dialog title")).inRoot(isDialog()).check(matches(isDisplayed())); in verifyMultiChoiceItemsContent()271 interactionForClick.inRoot(isDialog()).perform(click()); in verifyMultiChoiceItemsContent()277 interactionForClick.inRoot(isDialog()).perform(click()); in verifyMultiChoiceItemsContent()288 interactionForClick.inRoot(isDialog()).perform(click()); in verifyMultiChoiceItemsContent()354 rowInteraction.inRoot(isDialog()). in verifySingleChoiceItemsState()371 onView(withText("Dialog title")).inRoot(isDialog()).check(matches(isDisplayed())); in verifySingleChoiceItemsContent()[all …]
59 .inRoot(withDecorView(hasDescendant(withTagValue(is(TAG))))); in onFloatingToolBar()69 .inRoot(withDecorView(hasDescendant(withTagValue(is(TAG))))); in onFloatingToolBarItem()98 .inRoot(withDecorView(hasDescendant(withId(id)))) in toggleOverflow()
45 return onView(withId(id)).inRoot(withDecorView(hasDescendant(withId(id)))); in onSuggestionsPopup()49 return onView(matcher).inRoot(withDecorView(hasDescendant(withId(id)))); in onSuggestionsPopupItem()
56 .inRoot(withDecorView(hasDescendant(withId(id)))); in onHandleView()
48 .inRoot(withDecorView(hasFocus())); in onContextMenu()
108 watchdog.inRoot = true; in runRootScript()110 watchdog.inRoot = false; in runRootScript()392 ALOGE("RS watchdog timeout: %i %s line %i %s", rsc->watchdog.inRoot, in printWatchdogInfo()395 ALOGE("RS watchdog timeout: %i", rsc->watchdog.inRoot); in printWatchdogInfo()
226 bool inRoot; member
354 .inRoot(withDecorView(is(getActivity().getWindow().getDecorView()))) in testTextAppearanceInSuggestionsPopup()