Searched refs:pinnedPos1 (Results 1 – 1 of 1) sorted by relevance
64 int pinnedPos1 = o1.getPinnedPosition(); in compare() local67 if (pinnedPos1 != PinnedListItem.UNPINNED && pinnedPos2 == PinnedListItem.UNPINNED) { in compare()68 if (pinnedPos1 == PinnedListItem.FIRST) return -1; in compare()69 if (pinnedPos1 == PinnedListItem.LAST) return 1; in compare()72 if (pinnedPos1 == PinnedListItem.UNPINNED && pinnedPos2 != PinnedListItem.UNPINNED) { in compare()77 if (pinnedPos1 != PinnedListItem.UNPINNED && pinnedPos2 != PinnedListItem.UNPINNED) { in compare()78 if (pinnedPos1 == pinnedPos2) { in compare()83 if (pinnedPos1 == PinnedListItem.LAST) return 1; in compare()