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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DItemInfo.java45 int itemType; field in class:ItemInfo
115 itemType = info.itemType;
131 values.put(LauncherSettings.BaseLauncherColumns.ITEM_TYPE, itemType);
179 return "Item(id=" + this.id + " type=" + this.itemType + " container=" + this.container
/packages/apps/Gallery2/src/com/android/photos/
H A DSelectionManager.java78 int itemType, int itemSupportedOperations, boolean selected) {
104 if (itemType == FileColumns.MEDIA_TYPE_IMAGE) {
106 } else if (itemType == FileColumns.MEDIA_TYPE_VIDEO) {
77 onItemSelectedStateChanged(ShareActionProvider share, int itemType, int itemSupportedOperations, boolean selected) argument
/packages/apps/Launcher2/src/com/android/launcher2/
H A DItemInfo.java45 int itemType; field in class:ItemInfo
115 itemType = info.itemType;
142 values.put(LauncherSettings.BaseLauncherColumns.ITEM_TYPE, itemType);
190 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) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationContainer.java230 int itemType; field in class:ConversationContainer.OverlayView
232 public OverlayView(View view, int itemType) { argument
234 this.itemType = itemType;
684 mScrapViews.add(overlay.itemType, overlay.view);
852 final int itemType = mOverlayAdapter.getItemViewType(adapterIndex);
853 final View convertView = mScrapViews.poll(itemType);
856 mOverlayViews.put(adapterIndex, new OverlayView(view, itemType));

Completed in 648 milliseconds