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

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

Completed in 165 milliseconds