Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DUtilitiesKt.kt34 private val tagKey: Int constant in com.android.launcher3.UtilitiesKt.ViewGroupAttrModifier
44 viewGroup.setTag(tagKey, oldAttrValue) in saveAndChangeAttribute()
52 val oldAttrValue: T = viewGroup.getTag(tagKey) as T ?: return in restoreAttribute()
54 viewGroup.setTag(tagKey, null) in restoreAttribute()