HomeSort by relevance Sort by last modified time
    Searched refs:iconMime (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryFragment.java 785 final ImageView iconMime = (ImageView) convertView.findViewById(R.id.icon_mime);
800 iconMime.animate().cancel();
    [all...]
RecentsCreateFragment.java 219 final ImageView iconMime = (ImageView) convertView.findViewById(R.id.icon_mime);
224 iconMime.setImageDrawable(stack.root.loadIcon(context));

Completed in 708 milliseconds