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.java148 .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 …]
DListPopupWindowTest.java113 .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()
DAppCompatSpinnerTest.java85 onView(popupContentMatcher).inRoot(isPlatformPopup()).check( in verifySpinnerPopupTheming()
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
DAlertDialogTest.java163 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 …]
DAlertDialogCursorTest.java174 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 …]
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DFloatingToolbarEspressoUtils.java59 .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()
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.cpp108 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()
DrsContext.h226 bool inRoot; member
/frameworks/base/core/tests/coretests/src/android/widget/
DSuggestionsPopupWindowTest.java354 .inRoot(withDecorView(is(getActivity().getWindow().getDecorView()))) in testTextAppearanceInSuggestionsPopup()