Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DDropdownChipLayouter.java486 if (isAllWhitespace(constraint)) { in getStyledResults()
517 private static boolean isAllWhitespace(@Nullable String string) { in isAllWhitespace() method in DropdownChipLayouter