Home | History | Annotate | Download | only in ui

Lines Matching defs:mapper

654         InputMapper* mapper = mMappers[i];
655 mapper->dump(dump);
659 void InputDevice::addMapper(InputMapper* mapper) {
660 mMappers.add(mapper);
672 InputMapper* mapper = mMappers[i];
673 mapper->configure();
674 mSources |= mapper->getSources();
681 InputMapper* mapper = mMappers[i];
682 mapper->reset();
689 InputMapper* mapper = mMappers[i];
690 mapper->process(rawEvent);
699 InputMapper* mapper = mMappers[i];
700 mapper->populateDeviceInfo(outDeviceInfo);
720 InputMapper* mapper = mMappers[i];
721 if (sourcesMatchMask(mapper->getSources(), sourceMask)) {
722 result = (mapper->*getStateFunc)(sourceMask, code);
736 InputMapper* mapper = mMappers[i];
737 if (sourcesMatchMask(mapper->getSources(), sourceMask)) {
738 result |= mapper->markSupportedKeyCodes(sourceMask, numCodes, keyCodes, outFlags);
748 InputMapper* mapper = mMappers[i];
749 result |= mapper->getMetaState();
859 dump.append(INDENT2 "Keyboard Input Mapper:\n");
1042 dump.append(INDENT2 "Trackball Input Mapper:\n");
1272 dump.append(INDENT2 "Touch Input Mapper:\n");