Searched refs:newBehavior (Results 1 – 2 of 2) sorted by relevance
261 val newBehavior = supplier.get() in bindBehavior() constant263 existingBehavior::class != newBehavior::class) { in bindBehavior()266 newBehavior.initialize(this) in bindBehavior()270 newBehavior in bindBehavior()
1114 Behavior newBehavior = behavior; in parseKeyProperty() local1115 newBehavior.metaState = property.metaState; in parseKeyProperty()1116 key.behaviors.push_front(newBehavior); in parseKeyProperty()