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.java181 private static String getIconShapePath(Context context) { in getIconShapePath() method in InvariantDeviceProfile
297 iconShapePath = getIconShapePath(context); in initGridOption()
331 getDevicePrefs(context).edit().putString(KEY_ICON_PATH_REF, getIconShapePath(context)) in verifyConfigChangedInBackground()
333 } else if (!savedIconMaskPath.equals(getIconShapePath(context))) { in verifyConfigChangedInBackground()
334 getDevicePrefs(context).edit().putString(KEY_ICON_PATH_REF, getIconShapePath(context)) in verifyConfigChangedInBackground()