Searched refs:focusedSearchResultPath (Results 1 – 1 of 1) sorted by relevance
8830 final Path focusedSearchResultPath; in addSearchHighlightPaths() local8832 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()