Searched refs:dimAmountsCount (Results 1 – 1 of 1) sorted by relevance
348 int dimAmountsCount = getAttributeInt(parser, "dimAmountsCount", 0); in parseWallpaperAttributes() local349 if (dimAmountsCount > 0) { in parseWallpaperAttributes()350 SparseArray<Float> allDimAmounts = new SparseArray<>(dimAmountsCount); in parseWallpaperAttributes()351 for (int i = 0; i < dimAmountsCount; i++) { in parseWallpaperAttributes()457 int dimAmountsCount = wallpaper.mUidToDimAmount.size(); in writeWallpaperAttributes() local458 out.attributeInt(null, "dimAmountsCount", dimAmountsCount); in writeWallpaperAttributes()459 if (dimAmountsCount > 0) { in writeWallpaperAttributes()