Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppState.java23 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()
DLauncherPrefs.kt259 val ICON_STATE = nonRestorableItem("pref_icon_shape_path", "", EncryptionType.ENCRYPTED) in <lambda>() constant