Home | History | Annotate | Download | only in input

Lines Matching refs:properties

2890             ALOGI(INDENT "Touch device '%s' could not query the properties of its associated "
4131 // Write output properties.
4132 PointerProperties& properties = mCurrentCookedPointerData.pointerProperties[i];
4134 properties.clear();
4135 properties.id = id;
4136 properties.toolType = in.toolType;
5141 const PointerProperties& properties = mPointerGesture.currentGestureProperties[index];
5145 id, index, properties.toolType,
5153 const PointerProperties& properties = mPointerGesture.lastGestureProperties[index];
5157 id, index, properties.toolType,
5377 const PointerProperties* properties, const PointerCoords* coords,
5386 pointerProperties[pointerCount].copyFrom(properties[index]);