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