Searched refs:historyIndex (Results 1 – 1 of 1) sorted by relevance
61 public int historyIndex = 0; field in TouchDisplayView.TouchHistory97 this.historyIndex = 0; in recycle()109 PointF p = history[historyIndex]; in addHistory()113 historyIndex = (historyIndex + 1) % history.length; in addHistory()