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

  /frameworks/native/libs/input/
Keyboard.cpp 171 int32_t newMetaState;
173 newMetaState = oldMetaState | mask;
175 newMetaState = oldMetaState &
179 if (newMetaState & (AMETA_ALT_LEFT_ON | AMETA_ALT_RIGHT_ON)) {
180 newMetaState |= AMETA_ALT_ON;
183 if (newMetaState & (AMETA_SHIFT_LEFT_ON | AMETA_SHIFT_RIGHT_ON)) {
184 newMetaState |= AMETA_SHIFT_ON;
187 if (newMetaState & (AMETA_CTRL_LEFT_ON | AMETA_CTRL_RIGHT_ON)) {
188 newMetaState |= AMETA_CTRL_ON;
191 if (newMetaState & (AMETA_META_LEFT_ON | AMETA_META_RIGHT_ON))
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]

Completed in 70 milliseconds