Searched refs:mTouch (Results 1 – 1 of 1) sorted by relevance
114 private final PointF mTouch = new PointF(); field in PopupZoomer312 mTouch.x = x; in setLastTouch()313 mTouch.y = y; in setLastTouch()321 if (mTargetBounds == null || mTouch == null) return; in initDimensions()326 float l = mTouch.x - mScale * (mTouch.x - mTargetBounds.left); in initDimensions()327 float t = mTouch.y - mScale * (mTouch.y - mTargetBounds.top); in initDimensions()386 mLeftExtrusion = mTouch.x - mClipRect.left; in initDimensions()387 mRightExtrusion = mClipRect.right - mTouch.x; in initDimensions()388 mTopExtrusion = mTouch.y - mClipRect.top; in initDimensions()389 mBottomExtrusion = mClipRect.bottom - mTouch.y; in initDimensions()[all …]