Searched refs:scrollBounds (Results 1 – 2 of 2) sorted by relevance
65 void completeSearchRequest(Rect scrollBounds) { in completeSearchRequest() argument67 mSearchConsumer.accept(scrollBounds); in completeSearchRequest()
316 target.getCallback().onScrollCaptureSearch(signal, (scrollBounds) -> { in callOnScrollCaptureSearch()317 if (!nullOrEmpty(scrollBounds)) { in callOnScrollCaptureSearch()318 target.setScrollBounds(scrollBounds); in callOnScrollCaptureSearch()