Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DUtilitiesKt.kt42 val oldAttrValue = getAttribute(viewGroup) in saveAndChangeAttribute() constant
43 if (oldAttrValue !== targetAttrValue) { in saveAndChangeAttribute()
44 viewGroup.setTag(tagKey, oldAttrValue) in saveAndChangeAttribute()
52 val oldAttrValue: T = viewGroup.getTag(tagKey) as T ?: return in restoreAttribute() constant
53 setAttribute(viewGroup, oldAttrValue) in restoreAttribute()