Home
last modified time | relevance | path

Searched defs:itemType (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Launcher/src/com/android/launcher/
DItemInfo.java44 int itemType; field in ItemInfo
DUserFolder.java33 final int itemType = item.itemType; in acceptDrop() local
DFolderIcon.java67 final int itemType = item.itemType; in acceptDrop() local
DLauncherModel.java803 int itemType = c.getInt(itemTypeIndex); in run() local
/packages/apps/Launcher2/src/com/android/launcher2/
DItemInfo.java44 int itemType; field in ItemInfo
DUserFolder.java36 final int itemType = item.itemType; in acceptDrop() local
DFolderIcon.java67 final int itemType = item.itemType; in acceptDrop() local
DLauncherModel.java666 int itemType = c.getInt(itemTypeIndex); in loadWorkspace() local
/packages/apps/Settings/src/com/android/settings/
DLauncherAppWidgetBinder.java130 int itemType = c.getInt(INDEX_ITEM_TYPE); in onCreate() local