public GesturesProcessor (CreateGestureActivity parent)
			{
				this.parent = parent;
			}
 public GesturesProcessor(CreateGestureActivity parent)
 {
     this.parent = parent;
 }