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.java1464 ToState toLabelState; in onFocusChange() local
1466 toLabelState = ToState.UNCHANGED; in onFocusChange()
1468 toLabelState = mInfo.getToLabelState(); in onFocusChange()
1469 if (toLabelState.toString().startsWith("TO_SUGGESTION")) { in onFocusChange()
1473 statsLogger.withToState(toLabelState); in onFocusChange()