Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/photos/
DSelectionManager.java78 int itemType, int itemSupportedOperations, boolean selected) { in onItemSelectedStateChanged()
/packages/apps/Launcher3/src/com/android/launcher3/
DItemInfo.java45 int itemType; field in ItemInfo
DFolderIcon.java320 final int itemType = item.itemType; in willAcceptItem() local
DFolder.java547 final int itemType = item.itemType; in acceptDrop() local
DLauncherProvider.java1585 final int itemType = c.getInt(itemTypeIndex); in migrateLauncher2Shortcuts() local
DLauncherModel.java1852 int itemType = c.getInt(itemTypeIndex); in loadWorkspace() local
/packages/apps/Launcher2/src/com/android/launcher2/
DItemInfo.java45 int itemType; field in ItemInfo
DFolderIcon.java293 final int itemType = item.itemType; in willAcceptItem() local
DFolder.java504 final int itemType = item.itemType; in acceptDrop() local
DLauncherModel.java1340 int itemType = c.getInt(itemTypeIndex); in loadWorkspace() local
/packages/apps/Launcher3/protos/
Dbackup.proto50 required int32 itemType = 2; field
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationContainer.java230 int itemType; field in ConversationContainer.OverlayView
232 public OverlayView(View view, int itemType) { in OverlayView()
852 final int itemType = mOverlayAdapter.getItemViewType(adapterIndex); in addOverlayView() local
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DFolderListFragment.java458 final int itemType = mCursorAdapter.getItemType(drawerItem); in viewFolderOrChangeAccount() local