HomeSort by relevance Sort by last modified time
    Searched refs:matchesMetaState (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/input/
KeyCharacterMap.h 228 static bool matchesMetaState(int32_t eventMetaState, int32_t behaviorMetaState);
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 376 if (matchesMetaState(metaState, behavior->metaState)) {
387 bool KeyCharacterMap::matchesMetaState(int32_t eventMetaState, int32_t behaviorMetaState) {
    [all...]

Completed in 340 milliseconds