Searched refs:historyCount (Results 1 – 1 of 1) sorted by relevance
62 public int historyCount = 0; field in TouchDisplayView.TouchHistory98 this.historyCount = 0; in recycle()115 if (historyCount < HISTORY_COUNT) { in addHistory()116 historyCount++; in addHistory()391 for (int j = 0; j < data.history.length && j < data.historyCount; j++) { in drawCircle()