Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DDefaultAppSearchAlgorithm.java85 int thisType = Character.UNASSIGNED; in matches() local
90 lastType = thisType; in matches()
91 thisType = nextType; in matches()
94 if (isBreak(thisType, lastType, nextType) && in matches()
110 private static boolean isBreak(int thisType, int prevType, int nextType) {
118 switch (thisType) {