Searched refs:mLastWarpX (Results 1 – 1 of 1) sorted by relevance
111 private int mLastWarpX = -9999; // don't match a touch coordinate field in BitmapMesh.SampleView120 if (mLastWarpX != x || mLastWarpY != y) { in onTouchEvent()121 mLastWarpX = x; in onTouchEvent()