Searched defs:checkIconCache (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/widget/
H A DSuggestionsAdapter.java534 Drawable drawable = checkIconCache(drawableUri);
545 Drawable drawable = checkIconCache(drawableId);
599 private Drawable checkIconCache(String resourceUri) { method in class:SuggestionsAdapter
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSuggestionsAdapter.java493 Drawable drawable = checkIconCache(drawableUri);
504 Drawable drawable = checkIconCache(drawableId);
558 private Drawable checkIconCache(String resourceUri) { method in class:SuggestionsAdapter

Completed in 90 milliseconds