Home
last modified time | relevance | path

Searched refs:mRawY (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DVerifiedMotionEvent.java57 private float mRawY; field in VerifiedMotionEvent
183 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()