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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java2201 icon = getIconFromCursor(c, iconIndex, context);
2290 icon = getIconFromCursor(c, iconIndex, context);
2299 icon = getIconFromCursor(c, iconIndex, context);
2318 Bitmap getIconFromCursor(Cursor c, int iconIndex, Context context) { method in class:LauncherModel
2322 Log.d(TAG, "getIconFromCursor app="
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java2715 icon = getIconFromCursor(c, iconIndex, context);
2851 icon = getIconFromCursor(c, iconIndex, context);
2860 icon = getIconFromCursor(c, iconIndex, context);
2879 Bitmap getIconFromCursor(Cursor c, int iconIndex, Context context) { method in class:LauncherModel
2883 Log.d(TAG, "getIconFromCursor app="

Completed in 38 milliseconds