Home | History | Annotate | Download | only in tests

Lines Matching refs:SingleTouchInputMapper

2548     void processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y);
2549 void processMove(SingleTouchInputMapper* mapper, int32_t x, int32_t y);
2550 void processUp(SingleTouchInputMapper* mappery);
2551 void processPressure(SingleTouchInputMapper* mapper, int32_t pressure);
2552 void processToolMajor(SingleTouchInputMapper* mapper, int32_t toolMajor);
2553 void processDistance(SingleTouchInputMapper* mapper, int32_t distance);
2554 void processTilt(SingleTouchInputMapper* mapper, int32_t tiltX, int32_t tiltY);
2555 void processKey(SingleTouchInputMapper* mapper, int32_t code, int32_t value);
2556 void processSync(SingleTouchInputMapper* mapper);
2590 void SingleTouchInputMapperTest::processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y) {
2596 void SingleTouchInputMapperTest::processMove(SingleTouchInputMapper* mapper, int32_t x, int32_t y) {
2601 void SingleTouchInputMapperTest::processUp(SingleTouchInputMapper* mapper) {
2606 SingleTouchInputMapper* mapper, int32_t pressure) {
2611 SingleTouchInputMapper* mapper, int32_t toolMajor) {
2616 SingleTouchInputMapper* mapper, int32_t distance) {
2621 SingleTouchInputMapper* mapper, int32_t tiltX, int32_t tiltY) {
2627 SingleTouchInputMapper* mapper, int32_t code, int32_t value) {
2631 void SingleTouchInputMapperTest::processSync(SingleTouchInputMapper* mapper) {
2637 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice);
2646 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice);
2657 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice);
2667 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice);
2677 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice);
2706 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice);
2735 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice);
2751 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice);
2802 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice);
2924 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice);
2998 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice);
3089 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice);
3113 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice);
3175 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice);
3220 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice);
3381 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice);
3517 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice);
3590 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice);