Searched refs:ControlKey (Results 1 – 1 of 1) sorted by relevance
89 private data class ControlKey(val componentName: ComponentName, val controlId: String) dataClass128 private val controlsById = mutableMapOf<ControlKey, ControlWithState>()129 private val controlViewsById = mutableMapOf<ControlKey, ControlViewHolder>()255 ControlKey(selected.structure.componentName, it.ci.controlId)661 val key = ControlKey(selectedStructure.componentName, it.controlId)786 controlsById.get(ControlKey(componentName, c.getControlId()))?.let {790 val key = ControlKey(componentName, c.getControlId())801 val key = ControlKey(componentName, controlId)