Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlViewHolder.kt259 val newBehavior = supplier.get() in bindBehavior() constant
261 existingBehavior::class != newBehavior::class) { in bindBehavior()
264 newBehavior.initialize(this) in bindBehavior()
268 newBehavior in bindBehavior()
/frameworks/native/libs/input/
DKeyCharacterMap.cpp1223 Behavior* newBehavior = new Behavior(behavior); in parseKeyProperty() local
1224 newBehavior->metaState = property.metaState; in parseKeyProperty()
1225 newBehavior->next = key->firstBehavior; in parseKeyProperty()
1226 key->firstBehavior = newBehavior; in parseKeyProperty()
1230 newBehavior->metaState, newBehavior->character, in parseKeyProperty()
1231 newBehavior->fallbackKeyCode, newBehavior->replacementKeyCode); in parseKeyProperty()