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

/frameworks/native/libs/input/
H A DKeyboard.cpp229 return toggleLockedMetaState(AMETA_CAPS_LOCK_ON, down, oldMetaState);
H A DKeyCharacterMap.cpp70 { "capslock", AMETA_CAPS_LOCK_ON },
459 AKEYCODE_CAPS_LOCK, AMETA_CAPS_LOCK_ON, currentMetaState);
514 AKEYCODE_CAPS_LOCK, AMETA_CAPS_LOCK_ON, currentMetaState);
/frameworks/native/include/android/
H A Dinput.h120 AMETA_CAPS_LOCK_ON = 0x100000, enumerator in enum:__anon1181
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1885 ASSERT_EQ(AMETA_CAPS_LOCK_ON, mapper->getMetaState());
1895 ASSERT_EQ(AMETA_CAPS_LOCK_ON | AMETA_NUM_LOCK_ON, mapper->getMetaState());
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2240 AMETA_CAPS_LOCK_ON, reset);

Completed in 143 milliseconds