Searched refs:sPin (Results 1 – 1 of 1) sorted by relevance
14 private PointF sPin; field in PinView26 public void setPin(PointF sPin) { in setPin() argument27 this.sPin = sPin; in setPin()51 if (sPin != null && pin != null) { in onDraw()52 sourceToViewCoord(sPin, vPin); in onDraw()