Home
last modified time | relevance | path

Searched refs:iconIndex (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DFocusHelper.java300 final int iconIndex = itemContainer.indexOfChild(v); in handleAppsCustomizeKeyEvent() local
305 final int x = iconIndex % countX; in handleAppsCustomizeKeyEvent()
306 final int y = iconIndex / countX; in handleAppsCustomizeKeyEvent()
319 if (iconIndex > 0) { in handleAppsCustomizeKeyEvent()
320 itemContainer.getChildAt(iconIndex - 1).requestFocus(); in handleAppsCustomizeKeyEvent()
337 if (iconIndex < (itemCount - 1)) { in handleAppsCustomizeKeyEvent()
338 itemContainer.getChildAt(iconIndex + 1).requestFocus(); in handleAppsCustomizeKeyEvent()
DLauncherModel.java1036 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON); in loadWorkspace() local
1083 info = getShortcutInfo(manager, intent, context, c, iconIndex, in loadWorkspace()
1087 iconPackageIndex, iconResourceIndex, iconIndex, in loadWorkspace()
1132 queueIconToBeChecked(sDbIconCache, info, c, iconIndex); in loadWorkspace()
1730 Cursor c, int iconIndex, int titleIndex, HashMap<Object, CharSequence> labelCache) { in getShortcutInfo() argument
1783 icon = getIconFromCursor(c, iconIndex, context); in getShortcutInfo()
1823 int iconTypeIndex, int iconPackageIndex, int iconResourceIndex, int iconIndex, in getShortcutInfo() argument
1854 icon = getIconFromCursor(c, iconIndex, context); in getShortcutInfo()
1863 icon = getIconFromCursor(c, iconIndex, context); in getShortcutInfo()
1882 Bitmap getIconFromCursor(Cursor c, int iconIndex, Context context) { in getIconFromCursor() argument
[all …]
DLauncherProvider.java344 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON); in copyFromCursor() local
363 values.put(LauncherSettings.Favorites.ICON, c.getBlob(iconIndex)); in copyFromCursor()
593 final int iconIndex = c.getColumnIndexOrThrow(Favorites.ICON); in normalizeIcons() local
597 byte[] data = c.getBlob(iconIndex); in normalizeIcons()