Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DIconHelper.java208 ImageView iconThumb, ImageView iconMime, @Nullable ImageView subIconMime) { in loadThumbnail() argument
232 if (subIconMime != null) { in loadThumbnail()
233 subIconMime.setImageDrawable(icon); in loadThumbnail()