Searched defs:itemType (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DItemInfo.java44 int itemType; field in class:ItemInfo
99 itemType = info.itemType;
109 values.put(LauncherSettings.BaseLauncherColumns.ITEM_TYPE, itemType);
159 return "Item(id=" + this.id + " type=" + this.itemType + " container=" + this.container
/packages/apps/Gallery/src/com/android/camera/
H A DGalleryPicker.java839 public static int convertItemTypeToIncludedMediaType(int itemType) { argument
840 switch (itemType) {

Completed in 50 milliseconds