Home | History | Annotate | Download | only in settings

Lines Matching full:icons

781     // Utility method to start a thread to read application labels and icons
884 if (DEBUG_TIME) Log.i(TAG, "Took "+(SystemClock.elapsedRealtime()-startIcons)+" ms to load app icons");
1222 public void bulkUpdateIcons(Map<String, Drawable> icons) {
1223 if (icons == null) {
1226 Set<String> keys = icons.keySet();
1229 Drawable ic = icons.get(key);