Searched refs:pinnedPos1 (Results 1 – 1 of 1) sorted by relevance
66 int pinnedPos1 = o1.getPinnedPosition(); in compare() local69 if (pinnedPos1 != PinnedListItem.UNPINNED && pinnedPos2 == PinnedListItem.UNPINNED) { in compare()70 if (pinnedPos1 == PinnedListItem.FIRST) return -1; in compare()71 if (pinnedPos1 == PinnedListItem.LAST) return 1; in compare()74 if (pinnedPos1 == PinnedListItem.UNPINNED && pinnedPos2 != PinnedListItem.UNPINNED) { in compare()79 if (pinnedPos1 != PinnedListItem.UNPINNED && pinnedPos2 != PinnedListItem.UNPINNED) { in compare()80 if (pinnedPos1 == pinnedPos2) { in compare()85 if (pinnedPos1 == PinnedListItem.LAST) return 1; in compare()