Searched refs:mDownPointY (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
H A DVrView.java84 private float mDownPointY; field in class:VrView
200 double dist_y = (y - mDownPointY) * mDownScreenWidth / getWidth();
216 mDownPointY = y;
261 deltay = (float) -((mDownPointY - e.getY()) / getWidth());
266 deltay = (float) -((mDownPointY - e.getY()) / getWidth());
271 deltay = (float) -((mDownPointY - e.getY()) / getWidth());

Completed in 28 milliseconds