Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DDefaultAppSearchAlgorithm.java86 int nextType = Character.getType(title.codePointAt(0)); in matches() local
91 thisType = nextType; in matches()
92 nextType = i < (titleLength - 1) ? in matches()
94 if (isBreak(thisType, lastType, nextType) && in matches()
110 private static boolean isBreak(int thisType, int prevType, int nextType) {
120 if (nextType == Character.UPPERCASE_LETTER) {