Searched refs:mPoints (Results 1 – 4 of 4) sorted by relevance
63 private final float[] mPoints; field in LinesActivity.LinesView102 mPoints = new float[] { in LinesView()135 canvas.drawLines(mPoints, mAlphaPaint); in onDraw()145 canvas.drawLines(mPoints, mAlphaPaint); in onDraw()
6095 ted.mPoints = new Point[1]; in handleTouchEventCommon()6096 ted.mPoints[0] = new Point(contentX, contentY); in handleTouchEventCommon()6145 ted.mPoints = new Point[1]; in handleTouchEventCommon()6146 ted.mPoints[0] = new Point(contentX, contentY); in handleTouchEventCommon()6323 ted.mPoints = new Point[1]; in handleTouchEventCommon()6324 ted.mPoints[0] = new Point(contentX, contentY); in handleTouchEventCommon()6348 ted.mPoints = new Point[1]; in handleTouchEventCommon()6349 ted.mPoints[0] = new Point(contentX, contentY); in handleTouchEventCommon()6488 ted.mPoints = new Point[count]; in passMultiTouchToWebKit()6494 ted.mPoints[c] = new Point(x, y); in passMultiTouchToWebKit()[all …]
842 Point[] mPoints; field in WebViewCore.TouchEventData1377 final int count = ted.mPoints.length; in transferMessages()1381 xArray[c] = ted.mPoints[c].x; in transferMessages()1382 yArray[c] = ted.mPoints[c].y; in transferMessages()
550 private ScriptField_Point mPoints; //vertices566 sb.addInput(mPoints.getElement());