Searched refs:DT_CMT_START_TIME (Results 1 – 2 of 2) sorted by relevance
57 DT_CMT_START_TIME, // Gesture start time. enumerator
448 return (HasEventData(xiev, DT_CMT_START_TIME) && in HasGestureTimes()552 if (data.find(DT_CMT_START_TIME) != data.end()) in GetGestureTimes()553 *start_time = data[DT_CMT_START_TIME]; in GetGestureTimes()