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()
DFloatingToolbarEspressoUtils.java65 .inRoot(allOf( in onFloatingToolBar()
77 .inRoot(withDecorView(hasDescendant(withTagValue(is(TAG))))); in onFloatingToolBarItem()
108 .inRoot(withDecorView(hasDescendant(withId(id)))) in toggleOverflow()
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/android/widget/
DSuggestionsPopupWindowTest.java357 .inRoot(withDecorView(is(getActivity().getWindow().getDecorView()))) in testTextAppearanceInSuggestionsPopup()