Searched defs:iconIndex (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DCursorIconInfo.java35 public final int iconIndex; field in class:CursorIconInfo
44 iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON);
75 return Utilities.createIconBitmap(c, iconIndex, mContext);
H A DFocusLogic.java346 Log.v(TAG, String.format("\thandleDpadHorizontal: \t[x, y]=[%d, %d] iconIndex=%d",
410 private static int handleDpadVertical(int iconIndex, int cntX, int cntY, argument
422 if (matrix[i][j] == iconIndex) {
430 Log.v(TAG, String.format("\thandleDpadVertical: \t[x, y]=[%d, %d] iconIndex=%d",
431 xPos, yPos, iconIndex));
/packages/apps/Launcher3/src/com/android/launcher3/
H A DIconCache.java886 private static Bitmap loadIconNoResize(Cursor c, int iconIndex, BitmapFactory.Options options) { argument
887 byte[] data = c.getBlob(iconIndex);
H A DUtilities.java173 public static Bitmap createIconBitmap(Cursor c, int iconIndex, Context context) { argument
174 byte[] data = c.getBlob(iconIndex);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java1304 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON);
1362 manager, intent, user, context, c, iconIndex,
1366 iconPackageIndex, iconResourceIndex, iconIndex,
1413 queueIconToBeChecked(sBgDbIconCache, info, c, iconIndex);
2200 Cursor c, int iconIndex, int titleIndex, HashMap<Object, CharSequence> labelCache) {
2219 icon = getIconFromCursor(c, iconIndex, context);
2277 int iconTypeIndex, int iconPackageIndex, int iconResourceIndex, int iconIndex,
2311 icon = getIconFromCursor(c, iconIndex, context);
2320 icon = getIconFromCursor(c, iconIndex, context);
2339 Bitmap getIconFromCursor(Cursor c, int iconIndex, Contex argument
2198 getShortcutInfo(PackageManager manager, Intent intent, UserHandle user, Context context, Cursor c, int iconIndex, int titleIndex, HashMap<Object, CharSequence> labelCache) argument
2276 getShortcutInfo(Cursor c, Context context, int iconTypeIndex, int iconPackageIndex, int iconResourceIndex, int iconIndex, int titleIndex) argument
2478 queueIconToBeChecked(HashMap<Object, byte[]> cache, ShortcutInfo info, Cursor c, int iconIndex) argument
[all...]

Completed in 79 milliseconds