Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
DVrView.java84 private float mDownPointY; field in VrView
199 double dist_y = (y - mDownPointY) * mDownScreenWidth / getWidth(); in panMove()
215 mDownPointY = y; in panDown()
260 deltay = (float) -((mDownPointY - e.getY()) / getWidth()); in actionMove()
265 deltay = (float) -((mDownPointY - e.getY()) / getWidth()); in actionMove()
270 deltay = (float) -((mDownPointY - e.getY()) / getWidth()); in actionMove()