using System; namespace UIWidgets.gestures { public static class Constants { public const double kTouchSlop = 18.0; public static readonly TimeSpan kPressTimeout = new TimeSpan(0, 0, 0, 100); } }