Searched refs:mDownPointY (Results 1 – 1 of 1) sorted by relevance
84 private float mDownPointY; field in VrView200 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()