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

/frameworks/base/libs/ui/
H A DInputReader.cpp672 InputMapper* mapper = mMappers[i]; local
673 mapper->dump(dump);
677 void InputDevice::addMapper(InputMapper* mapper) { argument
678 mMappers.add(mapper);
690 InputMapper* mapper = mMappers[i]; local
691 mapper->configure();
692 mSources |= mapper->getSources();
699 InputMapper* mapper = mMappers[i]; local
700 mapper->reset();
707 InputMapper* mapper local
717 InputMapper* mapper = mMappers[i]; local
738 InputMapper* mapper = mMappers[i]; local
754 InputMapper* mapper = mMappers[i]; local
766 InputMapper* mapper = mMappers[i]; local
[all...]
/frameworks/base/libs/ui/tests/
H A DInputReader_test.cpp853 FakeInputMapper* mapper = new FakeInputMapper(device, sources); local
854 device->addMapper(mapper);
857 return mapper;
964 FakeInputMapper* mapper = NULL; local
965 ASSERT_NO_FATAL_FAILURE(mapper = addDeviceWithFakeInputMapper(1, String8("fake"),
967 mapper->setKeyCodeState(AKEYCODE_A, AKEY_STATE_DOWN);
979 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
987 << "Should return value provided by mapper when device id is < 0 and one of the devices supports some of the sources.";
991 FakeInputMapper* mapper = NULL; local
992 ASSERT_NO_FATAL_FAILURE(mapper
1018 FakeInputMapper* mapper = NULL; local
1045 FakeInputMapper* mapper = NULL; local
1088 FakeInputMapper* mapper = NULL; local
1313 addMapperAndConfigure(InputMapper* mapper) argument
1318 process(InputMapper* mapper, nsecs_t when, int32_t deviceId, int32_t type, int32_t scanCode, int32_t keyCode, int32_t value, uint32_t flags) argument
1368 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1375 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1386 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1408 testDPadKeyRotation(KeyboardInputMapper* mapper, int32_t originalScanCode, int32_t originalKeyCode, int32_t rotatedKeyCode) argument
1427 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, -1, local
1435 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, -1, local
1472 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, -1, local
1492 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, -1, local
1537 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, -1, local
1577 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, -1, local
1592 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, DISPLAY_ID, local
1668 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, -1, local
1680 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, -1, local
1692 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, -1, local
1718 testMotionRotation(TrackballInputMapper* mapper, int32_t originalX, int32_t originalY, int32_t rotatedX, int32_t rotatedY) argument
1734 TrackballInputMapper* mapper = new TrackballInputMapper(mDevice, -1); local
1741 TrackballInputMapper* mapper = new TrackballInputMapper(mDevice, -1); local
1754 TrackballInputMapper* mapper = new TrackballInputMapper(mDevice, -1); local
1802 TrackballInputMapper* mapper = new TrackballInputMapper(mDevice, -1); local
1826 TrackballInputMapper* mapper = new TrackballInputMapper(mDevice, -1); local
1847 TrackballInputMapper* mapper = new TrackballInputMapper(mDevice, -1); local
1882 TrackballInputMapper* mapper = new TrackballInputMapper(mDevice, -1); local
1902 TrackballInputMapper* mapper = new TrackballInputMapper(mDevice, -1); local
1921 TrackballInputMapper* mapper = new TrackballInputMapper(mDevice, -1); local
1935 TrackballInputMapper* mapper = new TrackballInputMapper(mDevice, DISPLAY_ID); local
2106 processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y) argument
2112 processMove(SingleTouchInputMapper* mapper, int32_t x, int32_t y) argument
2117 processUp(SingleTouchInputMapper* mapper) argument
2121 processPressure( SingleTouchInputMapper* mapper, int32_t pressure) argument
2126 processToolMajor( SingleTouchInputMapper* mapper, int32_t toolMajor) argument
2131 processSync(SingleTouchInputMapper* mapper) argument
2137 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, -1); local
2145 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2153 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2180 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2207 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2223 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2256 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2282 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2331 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2445 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2513 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2596 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2656 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2737 processPosition( MultiTouchInputMapper* mapper, int32_t x, int32_t y) argument
2743 processTouchMajor( MultiTouchInputMapper* mapper, int32_t touchMajor) argument
2748 processTouchMinor( MultiTouchInputMapper* mapper, int32_t touchMinor) argument
2753 processToolMajor( MultiTouchInputMapper* mapper, int32_t toolMajor) argument
2758 processToolMinor( MultiTouchInputMapper* mapper, int32_t toolMinor) argument
2763 processOrientation( MultiTouchInputMapper* mapper, int32_t orientation) argument
2768 processPressure( MultiTouchInputMapper* mapper, int32_t pressure) argument
2773 processId( MultiTouchInputMapper* mapper, int32_t id) argument
2778 processMTSync(MultiTouchInputMapper* mapper) argument
2782 processSync(MultiTouchInputMapper* mapper) argument
2788 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice, DISPLAY_ID); local
3039 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice, DISPLAY_ID); local
3199 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice, DISPLAY_ID); local
3244 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice, DISPLAY_ID); local
3285 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice, DISPLAY_ID); local
3341 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice, DISPLAY_ID); local
[all...]

Completed in 59 milliseconds