Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DDragHandleUtils.java47 .inRoot(isPlatformPopup()) in assertNoSelectionHandles()
60 .inRoot(allOf( in onHandleView()
DSuggestionsPopupwindowUtils.java48 return onView(withId(id)).inRoot(withDecorView(hasDescendant(withId(id)))); in onSuggestionsPopup()
53 return onView(matcher).inRoot(withDecorView(hasDescendant(withId(id)))); in onSuggestionsPopupItem()
DContextMenuUtils.java57 .inRoot(withDecorView(hasFocus())); in onContextMenu()
188 .inRoot(withDecorView(hasFocus())).perform(click()); in clickMenuItem()
/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/com/android/internal/accessibility/
DAccessibilityShortcutChooserActivityTest.java283 onView(withText(ONE_HANDED_MODE)).inRoot(isDialog()).check(matches(isDisplayed())); in popEditShortcutMenuList_oneHandedModeEnabled_shouldBeInListView()
295 onView(withText(ONE_HANDED_MODE)).inRoot(isDialog()).check(doesNotExist()); in popEditShortcutMenuList_oneHandedModeDisabled_shouldNotBeInListView()
/frameworks/base/core/tests/coretests/src/android/widget/
DSuggestionsPopupWindowTest.java349 .inRoot(withDecorView(is(getActivity().getWindow().getDecorView()))) in testTextAppearanceInSuggestionsPopup()