/**@class android.accessibilityservice.GestureDescription.TouchPoint implements android.os.Parcelable @extends java.lang.Object The location of a finger for gesture dispatch @hide */ var TouchPoint = { /***/ mStrokeId : "null", /***/ mContinuedStrokeId : "null", /***/ mIsStartOfPath : "null", /***/ mIsEndOfPath : "null", /***/ mX : "null", /***/ mY : "null", /***/ CREATOR : "null", /** */ copyFrom : function( ) {}, /** */ toString : function( ) {}, /** */ describeContents : function( ) {}, /** */ writeToParcel : function( ) {}, };