Searched refs:mDownScreenWidth (Results 1 – 1 of 1) sorted by relevance
85 private double mDownScreenWidth; field in VrView199 double dist_x = (mDownPointX - x) * mDownScreenWidth / getWidth(); in panMove()200 double dist_y = (y - mDownPointY) * mDownScreenWidth / getWidth(); in panMove()217 mDownScreenWidth = mState1.mTransform.getScreenWidth(); in panDown()