Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java166 private static String getIconShapePath(Context context) { in getIconShapePath() method in InvariantDeviceProfile
211 iconShapePath = getIconShapePath(context); in initGrid()
271 getDevicePrefs(context).edit().putString(KEY_ICON_PATH_REF, getIconShapePath(context)) in verifyConfigChangedInBackground()
273 } else if (!savedIconMaskPath.equals(getIconShapePath(context))) { in verifyConfigChangedInBackground()
274 getDevicePrefs(context).edit().putString(KEY_ICON_PATH_REF, getIconShapePath(context)) in verifyConfigChangedInBackground()