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

  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
RootInfo.java 98 public int derivedIcon;
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 = R.drawable.video_root_icon
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/roots/
ProvidersCache.java 111 derivedIcon = R.drawable.ic_root_recent;
155 assert(mRecentsRoot.derivedIcon == R.drawable.ic_root_recent);

Completed in 167 milliseconds