Searched refs:derivedIcon (Results 1 - 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DRootInfo.java98 public int derivedIcon; field in class:RootInfo
122 derivedIcon = 0;
205 derivedIcon = R.drawable.ic_root_documents;
208 derivedIcon = R.drawable.ic_usb_storage;
211 derivedIcon = R.drawable.ic_usb_storage;
214 derivedIcon = R.drawable.ic_sd_storage;
217 derivedIcon = R.drawable.ic_root_smartphone;
220 derivedIcon = R.drawable.ic_root_download;
223 derivedIcon = R.drawable.image_root_icon;
226 derivedIcon
[all...]
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
H A DProvidersCache.java111 derivedIcon = R.drawable.ic_root_recent;
155 assert(mRecentsRoot.derivedIcon == R.drawable.ic_root_recent);

Completed in 60 milliseconds