Searched refs:mActiveInlineSuggestions (Results 1 – 1 of 1) sorted by relevance
78 private final LruCache<InlineSuggestionUiImpl, Boolean> mActiveInlineSuggestions = field in InlineSuggestionRenderService198 mActiveInlineSuggestions.put(uiImpl, true); in handleRenderSuggestion()226 mActiveInlineSuggestions.snapshot().keySet()) { in handleDestroySuggestionViews()301 InlineSuggestionRenderService.this.mActiveInlineSuggestions.remove( in releaseSurfaceControlViewHost()304 + InlineSuggestionRenderService.this.mActiveInlineSuggestions.size()); in releaseSurfaceControlViewHost()328 pw.println("mActiveInlineSuggestions: " + mActiveInlineSuggestions.size()); in dump()329 for (InlineSuggestionUiImpl impl : mActiveInlineSuggestions.snapshot().keySet()) { in dump()