Searched refs:AMETA_CAPS_LOCK_ON (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/libs/input/
H A DKeyboard.cpp233 return toggleLockedMetaState(AMETA_CAPS_LOCK_ON, down, oldMetaState);
H A DKeyCharacterMap.cpp70 { "capslock", AMETA_CAPS_LOCK_ON },
501 AKEYCODE_CAPS_LOCK, AMETA_CAPS_LOCK_ON, currentMetaState);
556 AKEYCODE_CAPS_LOCK, AMETA_CAPS_LOCK_ON, currentMetaState);
/frameworks/native/include/android/
H A Dinput.h131 AMETA_CAPS_LOCK_ON = 0x100000, enumerator in enum:__anon1534
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2062 ASSERT_EQ(AMETA_CAPS_LOCK_ON, mapper->getMetaState());
2072 ASSERT_EQ(AMETA_CAPS_LOCK_ON | AMETA_NUM_LOCK_ON, mapper->getMetaState());
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2552 AMETA_CAPS_LOCK_ON, reset);

Completed in 251 milliseconds