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