Searched refs:mTouch (Results 1 – 1 of 1) sorted by relevance
88 private Point mTouch = new Point(); field in ImageShow525 if (Math.abs(mTouch.y - mTouchDown.y) > Math.abs(mTouch.x - mTouchDown.x)) { in drawCompareImage()536 py = mTouch.y - mImageBounds.top; in drawCompareImage()538 px = mTouch.x - mImageBounds.left; in drawCompareImage()548 if (mTouchDown.x - mTouch.x > 0) { in drawCompareImage()553 if (mTouchDown.y - mTouch.y > 0) { in drawCompareImage()566 canvas.drawLine(mImageBounds.left, mTouch.y, in drawCompareImage()567 mImageBounds.right, mTouch.y, paint); in drawCompareImage()569 canvas.drawLine(mTouch.x, mImageBounds.top, in drawCompareImage()570 mTouch.x, mImageBounds.bottom, paint); in drawCompareImage()[all …]