Home
last modified time | relevance | path

Searched refs:historyCount (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
DTouchDisplayView.java62 public int historyCount = 0; field in TouchDisplayView.TouchHistory
98 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()