Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DInlineSuggestionRenderService.java78 private final LruCache<InlineSuggestionUiImpl, Boolean> mActiveInlineSuggestions = field in InlineSuggestionRenderService
198 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()