Searched refs:Behavior (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/include/input/
H A DKeyCharacterMap.h139 struct Behavior { struct in class:android::KeyCharacterMap
140 Behavior();
141 Behavior(const Behavior& other);
144 Behavior* next;
169 Behavior* firstBehavior;
227 const Key** outKey, const Behavior** outBehavior) const;
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp234 const Behavior* behavior;
251 const Behavior* behavior;
276 for (const Behavior* behavior = key->firstBehavior; behavior; behavior = behavior->next) {
372 const Key** outKey, const Behavior** outBehavior) const {
375 const Behavior* behavior = key->firstBehavior;
389 // Behavior must have at least the set of meta states specified.
429 const Behavior* found = NULL;
430 for (const Behavior* behavior = key->firstBehavior; behavior; behavior = behavior->next) {
582 Behavior* lastBehavior = NULL;
591 Behavior* behavio
657 KeyCharacterMap::Behavior::Behavior() : function in class:android::KeyCharacterMap::Behavior
661 KeyCharacterMap::Behavior::Behavior(const Behavior& other) : function in class:android::KeyCharacterMap::Behavior
[all...]
/frameworks/base/docs/html/distribute/engage/
H A Dengage_toc.cs41 <span class="en">Understand User Behavior</span></a>
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs575 <span class="en">Verifying App Behavior on ART</span>

Completed in 608 milliseconds