Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppState.java57 private static final String KEY_ICON_STATE = "pref_icon_shape_path"; field in LauncherAppState
211 getDevicePrefs(mContext).edit().putString(KEY_ICON_STATE, iconState).apply(); in onSystemIconStateChanged()
216 if (!iconState.equals(getDevicePrefs(mContext).getString(KEY_ICON_STATE, ""))) { in verifyIconChanged()