Searched defs:focusSearch (Results 1 – 5 of 5) sorted by relevance
198 private View focusSearch(final View view, final int focusDir) throws Throwable { in focusSearch() method in FocusSearchNavigationTest
157 public View focusSearch(final View focused, final int direction) throws Throwable { in focusSearch() method in BaseRecyclerViewInstrumentationTest161 public View focusSearch(final View focused, final int direction, boolean waitForScroll) in focusSearch() method in BaseRecyclerViewInstrumentationTest
104 private void focusSearch() { in focusSearch() method in RecyclerViewBasicTest
1354 public View focusSearch(final ViewGroup parent, final View focused, final int direction) in focusSearch() method in RecyclerViewLayoutTest
3346 public View focusSearch(View focused, int direction) { in focusSearch() method in RecyclerView