Searched refs:mUpdatedDrawablesForStyle (Results 1 – 1 of 1) sorted by relevance
69 mUpdatedDrawablesForStyle = new HashMap<>(); field in DeviceManagementResourcesProvider128 if (!mUpdatedDrawablesForStyle.containsKey(drawableId)) { in updateDrawable()129 mUpdatedDrawablesForStyle.put(drawableId, new HashMap<>()); in updateDrawable()170 removed |= mUpdatedDrawablesForStyle.remove(drawableId) != null in removeDrawables()189 if (!mUpdatedDrawablesForStyle.containsKey(drawableId)) { in getDrawable()192 return mUpdatedDrawablesForStyle.get(drawableId).get(drawableStyle); in getDrawable()375 if (mUpdatedDrawablesForStyle != null && !mUpdatedDrawablesForStyle.isEmpty()) { in writeDrawablesForStylesInner()377 : mUpdatedDrawablesForStyle.entrySet()) { in writeDrawablesForStylesInner()443 if (!mUpdatedDrawablesForStyle.containsKey(id)) { in readInner()444 mUpdatedDrawablesForStyle.put(id, new HashMap<>()); in readInner()[all …]