Home
last modified time | relevance | path

Searched refs:CHIP_COMPARATOR (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/queries/
DSearchChipViewManager.java76 private static final ChipComparator CHIP_COMPARATOR = new ChipComparator(); field in SearchChipViewManager
421 Collections.sort(chipList, CHIP_COMPARATOR); in reorderCheckedChips()