Searched defs:setMetaState (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/input/
H A DInput.h366 inline void setMetaState(int32_t metaState) { mMetaState = metaState; } function in class:android::MotionEvent
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp816 void setMetaState(int32_t metaState) { function in class:android::FakeInputMapper
1290 mapper1->setMetaState(AMETA_ALT_ON);
1301 mapper2->setMetaState(AMETA_SHIFT_ON);

Completed in 216 milliseconds