Home | History | Annotate | Download | only in tests

Lines Matching full:pointerproperties

222     PointerProperties pointerProperties[2];
223 pointerProperties[0].clear();
224 pointerProperties[0].id = 1;
225 pointerProperties[0].toolType = AMOTION_EVENT_TOOL_TYPE_FINGER;
226 pointerProperties[1].clear();
227 pointerProperties[1].id = 2;
228 pointerProperties[1].toolType = AMOTION_EVENT_TOOL_TYPE_STYLUS;
256 2, pointerProperties, pointerCoords);
548 PointerProperties pointerProperties[pointerCount];
552 pointerProperties[i].clear();
553 pointerProperties[i].id = i;
561 0, 0, 0, 0, 0, 0, pointerCount, pointerProperties, pointerCoords);