MCPcopy Create free account
hub / github.com/GcsSloop/AndroidNote / setTestPoint

Method setTestPoint

CustomView/Advance/Code/SetPolyToPoly.java:123–128  ·  view source on GitHub ↗
(int testPoint)

Source from the content-addressed store, hash-verified

121 }
122
123 public void setTestPoint(int testPoint) {
124 this.testPoint = testPoint > 4 || testPoint < 0 ? 4 : testPoint;
125 dst = src.clone();
126 resetPolyMatrix(this.testPoint);
127 invalidate();
128 }
129}

Callers

nothing calls this directly

Calls 1

resetPolyMatrixMethod · 0.95

Tested by

no test coverage detected