Home
last modified time | relevance | path

Searched defs:getRootView (Results 1 – 3 of 3) sorted by relevance

/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/uielement/
DWindowHierarchyElement.java123 public @Nullable ViewHierarchyElement getRootView() { in getRootView() method in WindowHierarchyElement
DWindowHierarchyElementAndroid.java87 public @Nullable ViewHierarchyElementAndroid getRootView() { in getRootView() method in WindowHierarchyElementAndroid
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowUiAutomation.java307 View getRootView() { in getRootView() method in ShadowUiAutomation.Root