Searched refs:pinnedPos1 (Results 1 – 1 of 1) sorted by relevance
65 int pinnedPos1 = o1.getPinnedPosition(); in compare() local68 if (pinnedPos1 != PinnedListItem.UNPINNED && pinnedPos2 == PinnedListItem.UNPINNED) { in compare()69 if (pinnedPos1 == PinnedListItem.FIRST) return -1; in compare()70 if (pinnedPos1 == PinnedListItem.LAST) return 1; in compare()73 if (pinnedPos1 == PinnedListItem.UNPINNED && pinnedPos2 != PinnedListItem.UNPINNED) { in compare()78 if (pinnedPos1 != PinnedListItem.UNPINNED && pinnedPos2 != PinnedListItem.UNPINNED) { in compare()79 if (pinnedPos1 == pinnedPos2) { in compare()84 if (pinnedPos1 == PinnedListItem.LAST) return 1; in compare()