Searched refs:ICON_STATE (Results 1 – 2 of 2) sorted by relevance
23 import static com.android.launcher3.LauncherPrefs.ICON_STATE;264 LauncherPrefs.get(mContext).put(ICON_STATE, iconState); in onSystemIconStateChanged()269 if (!iconState.equals(LauncherPrefs.get(mContext).get(ICON_STATE))) { in verifyIconChanged()
259 val ICON_STATE = nonRestorableItem("pref_icon_shape_path", "", EncryptionType.ENCRYPTED) in <lambda>() constant