Home
last modified time | relevance | path

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

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