Searched refs:mRawY (Results 1 – 1 of 1) sorted by relevance
57 private float mRawY; field in VerifiedMotionEvent183 this.mRawY = rawY;215 return mRawY; in getRawY()288 && mRawY == that.mRawY in equals()308 _hash = 31 * _hash + Float.hashCode(mRawY); in hashCode()324 dest.writeFloat(mRawY); in writeToParcel()352 this.mRawY = rawY; in VerifiedMotionEvent()