Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java1508 ToState toLabelState; in onFocusChange() local
1510 toLabelState = ToState.UNCHANGED; in onFocusChange()
1512 toLabelState = mInfo.getToLabelState(); in onFocusChange()
1513 if (toLabelState.toString().startsWith("TO_SUGGESTION")) { in onFocusChange()
1517 statsLogger.withToState(toLabelState); in onFocusChange()