Home
last modified time | relevance | path

Searched refs:focusedSearchResultPath (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java8830 final Path focusedSearchResultPath; in addSearchHighlightPaths() local
8832 focusedSearchResultPath = null; in addSearchHighlightPaths()
8834 focusedSearchResultPath = new Path(); in addSearchHighlightPaths()
8836 focusedSearchResultPath = mPathRecyclePool.get(mPathRecyclePool.size() - 1); in addSearchHighlightPaths()
8838 focusedSearchResultPath.reset(); in addSearchHighlightPaths()
8848 focusedSearchResultPath.addRect(left, top, right, bottom, in addSearchHighlightPaths()
8869 if (focusedSearchResultPath != null) { in addSearchHighlightPaths()
8875 mHighlightPaths.add(focusedSearchResultPath); in addSearchHighlightPaths()