Searched refs:itemIndex (Results 1 – 9 of 9) sorted by relevance
468 boolean isIndexInBound(int itemIndex) { in isIndexInBound() argument469 return itemIndex >= 0 && itemIndex < contactEntries.size(); in isIndexInBound()477 private void markDropArea(int itemIndex) { in markDropArea() argument480 && isIndexInBound(itemIndex)) { in markDropArea()484 dragEnteredEntryIndex = itemIndex; in markDropArea()644 final int itemIndex = contactEntries.indexOf(view.getContactEntry()); in onDragStarted() local645 popContactEntry(itemIndex); in onDragStarted()655 final int itemIndex = contactEntries.indexOf(view.getContactEntry()); in onDragHovered() local657 && dragEnteredEntryIndex != itemIndex in onDragHovered()658 && isIndexInBound(itemIndex) in onDragHovered()[all …]
65 public void setItemIndex(int itemIndex, int listIndex) { in setItemIndex() argument66 mItemIndices[itemIndex] = listIndex; in setItemIndex()69 public int getItemIndex(int itemIndex) { in getItemIndex() argument70 return mItemIndices[itemIndex]; in getItemIndex()
70 void onTargetSelected(int itemIndex); in onTargetSelected() argument76 void onTargetLongPressed(int itemIndex); in onTargetLongPressed() argument
298 int itemIndex = mSelectedItemIndex == INDEX_PSIM ? 0 : mSelectedItemIndex; in handleEnableRemovableSimError() local299 Item item = (Item) mItemGroup.getItemAt(itemIndex); in handleEnableRemovableSimError()
766 int itemIndex = mOverflowItems.indexOf(changedItem); in updateOverflowDialog() local767 if (itemIndex >= 0) { in updateOverflowDialog()768 mUiOverflowItems.set(itemIndex, toCarUiContentListItem(changedItem)); in updateOverflowDialog()769 mOverflowAdapter.notifyItemChanged(itemIndex); in updateOverflowDialog()
350 int itemIndex = (new ArrayList<>(mSliceLiveData.keySet())).indexOf(uri); in loadAllSlices() local351 mAdapter.notifyItemChanged(itemIndex); in loadAllSlices()
2315 private boolean goToItem(int itemIndex) {2316 final ViewItem nextItem = mViewItems[itemIndex];
1997 public void onTargetSelected(int itemIndex) {1998 startSelected(itemIndex, false, true);
META-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...