Searched refs:PIN_LIMIT (Results 1 – 1 of 1) sorted by relevance
113 public static final int PIN_LIMIT = 21; field in PhoneFavoritesTileAdapter504 if (changed && mDropEntryIndex < PIN_LIMIT) { in handleDrop()570 new PriorityQueue<ContactEntry>(PIN_LIMIT, mContactEntryComparator); in arrangeContactsByPinnedPosition()578 if (contact.pinned > PIN_LIMIT || contact.pinned == PinnedPositions.UNPINNED) { in arrangeContactsByPinnedPosition()589 final int maxToPin = Math.min(PIN_LIMIT, pinnedQueue.size() + unpinnedContacts.size()); in arrangeContactsByPinnedPosition()672 itemIndex < PIN_LIMIT && in onDragHovered()