Home | History | Annotate | Download | only in tests

Lines Matching defs:pointerProperties

223     PointerProperties pointerProperties[2];
224 pointerProperties[0].clear();
225 pointerProperties[0].id = 1;
226 pointerProperties[0].toolType = AMOTION_EVENT_TOOL_TYPE_FINGER;
227 pointerProperties[1].clear();
228 pointerProperties[1].id = 2;
229 pointerProperties[1].toolType = AMOTION_EVENT_TOOL_TYPE_STYLUS;
257 2, pointerProperties, pointerCoords);
535 PointerProperties pointerProperties[pointerCount];
539 pointerProperties[i].clear();
540 pointerProperties[i].id = i;
548 0, 0, 0, 0, 0, 0, pointerCount, pointerProperties, pointerCoords);