Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/language/
DLocalePreferenceProviderTest.java56 Pair(int itemType, LocaleStore.LocaleInfo localeInfo) { in Pair()
162 int itemType = entry.mItemType; in prepareSuggestedLocaleAdapterMock() local
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DKeyInputHandler.java65 int itemType = details.getItemViewType(); in onKey() local
/packages/apps/Gallery2/src/com/android/photos/
DSelectionManager.java78 int itemType, int itemSupportedOperations, boolean selected) { in onItemSelectedStateChanged()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrItemPresenter.java71 Class<T> itemType = (Class<T>) item.getClass(); in onBindViewHolder() local
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DLoaderCursorTest.java90 private void initCursor(int itemType, String title) { in initCursor()
/packages/apps/Launcher3/src/com/android/launcher3/
DItemInfo.java47 public int itemType; field in ItemInfo
DLauncherProvider.java240 Integer itemType = values.getAsInteger(LauncherSettings.Favorites.ITEM_TYPE); in initializeExternalAdd() local
857 "itemType=" + Favorites.ITEM_TYPE_SHORTCUT + in convertShortcutsToLauncherActivities()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTaskAdapter.java125 int itemType = getItemViewType(position); in onBindViewHolderInternal() local
/packages/apps/Launcher3/src/com/android/launcher3/logging/
DLoggerUtils.java157 public static Target newItemTarget(int itemType) { in newItemTarget()
DUserEventDispatcher.java319 public void logActionOnItem(int action, int dir, int itemType) { in logActionOnItem()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationContainer.java222 int itemType; field in ConversationContainer.OverlayView
224 public OverlayView(View view, int itemType) { in OverlayView()
848 final int itemType = mOverlayAdapter.getItemViewType(adapterIndex); in addOverlayView() local
/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderCursor.java95 public int itemType; field in LoaderCursor
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java221 final int itemType = item.itemType; in willAcceptItem() local
DFolder.java681 final int itemType = item.itemType; in acceptDrop() local
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java895 int itemType = mTaskRecyclerView.getChildViewHolder(view).getItemViewType(); in playRemoteTaskListFadeIn() local
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DFolderListFragment.java611 final @DrawerItem.DrawerItemType int itemType = drawerItem.getType(); in viewFolderOrChangeAccount() local