Searched refs:regexStr (Results 1 – 1 of 1) sorted by relevance
126 public static UiObject2 scrollTo(UiDevice device, String regexStr) { in scrollTo() argument128 device, By.res(Pattern.compile(regexStr, Pattern.CASE_INSENSITIVE))); in scrollTo()