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 207 int32_t newMetaState;
209 newMetaState = oldMetaState | mask;
211 newMetaState = oldMetaState &
215 if (newMetaState & (AMETA_ALT_LEFT_ON | AMETA_ALT_RIGHT_ON)) {
216 newMetaState |= AMETA_ALT_ON;
219 if (newMetaState & (AMETA_SHIFT_LEFT_ON | AMETA_SHIFT_RIGHT_ON)) {
220 newMetaState |= AMETA_SHIFT_ON;
223 if (newMetaState & (AMETA_CTRL_LEFT_ON | AMETA_CTRL_RIGHT_ON)) {
224 newMetaState |= AMETA_CTRL_ON;
227 if (newMetaState & (AMETA_META_LEFT_ON | AMETA_META_RIGHT_ON))
    [all...]
  /frameworks/base/services/input/
InputReader.cpp     [all...]

Completed in 94 milliseconds