Searched refs:pinnedPos1 (Results 1 – 1 of 1) sorted by relevance
60 int pinnedPos1 = o1.getPinnedPosition(); in compare() local63 if (pinnedPos1 != PinnedListItem.UNPINNED && pinnedPos2 == PinnedListItem.UNPINNED) { in compare()64 if (pinnedPos1 == PinnedListItem.FIRST) return -1; in compare()65 if (pinnedPos1 == PinnedListItem.LAST) return 1; in compare()68 if (pinnedPos1 == PinnedListItem.UNPINNED && pinnedPos2 != PinnedListItem.UNPINNED) { in compare()73 if (pinnedPos1 != PinnedListItem.UNPINNED && pinnedPos2 != PinnedListItem.UNPINNED) { in compare()74 if (pinnedPos1 == pinnedPos2) { in compare()79 if (pinnedPos1 == PinnedListItem.LAST) return 1; in compare()