Searched refs:dimAmountsCount (Results 1 – 1 of 1) sorted by relevance
373 int dimAmountsCount = getAttributeInt(parser, "dimAmountsCount", 0); in parseWallpaperAttributes() local374 if (dimAmountsCount > 0) { in parseWallpaperAttributes()375 SparseArray<Float> allDimAmounts = new SparseArray<>(dimAmountsCount); in parseWallpaperAttributes()376 for (int i = 0; i < dimAmountsCount; i++) { in parseWallpaperAttributes()528 int dimAmountsCount = wallpaper.mUidToDimAmount.size(); in writeWallpaperAttributes() local529 out.attributeInt(null, "dimAmountsCount", dimAmountsCount); in writeWallpaperAttributes()530 if (dimAmountsCount > 0) { in writeWallpaperAttributes()