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

/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DLoaderCursor.java77 private final int iconIndex; field in class:LoaderCursor
106 iconIndex = getColumnIndexOrThrow(LauncherSettings.Favorites.ICON);
182 byte[] data = getBlob(iconIndex);
/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DFocusLogic.java344 Log.v(TAG, String.format("\thandleDpadHorizontal: \t[x, y]=[%d, %d] iconIndex=%d",
408 private static int handleDpadVertical(int iconIndex, int cntX, int cntY, argument
420 if (matrix[i][j] == iconIndex) {
428 Log.v(TAG, String.format("\thandleDpadVertical: \t[x, y]=[%d, %d] iconIndex=%d",
429 xPos, yPos, iconIndex));
/packages/apps/Launcher3/src/com/android/launcher3/
H A DIconCache.java822 private static Bitmap loadIconNoResize(Cursor c, int iconIndex, BitmapFactory.Options options) { argument
823 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 94 milliseconds