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.java1451 ToState toLabelState; in onFocusChange() local
1453 toLabelState = ToState.UNCHANGED; in onFocusChange()
1455 toLabelState = mInfo.getToLabelState(); in onFocusChange()
1456 if (toLabelState.toString().startsWith("TO_SUGGESTION")) { in onFocusChange()
1460 statsLogger.withToState(toLabelState); in onFocusChange()
1467 logFolderLabelState(mFromLabelState, toLabelState); in onFocusChange()