HomeSort by relevance Sort by last modified time
    Searched defs:historyCount (Results 1 - 7 of 7) sorted by null

  /developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 62 public int historyCount = 0;
98 this.historyCount = 0;
115 if (historyCount < HISTORY_COUNT) {
116 historyCount++;
391 for (int j = 0; j < data.history.length && j < data.historyCount; j++) {
  /developers/samples/android/input/multitouch/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 62 public int historyCount = 0;
98 this.historyCount = 0;
115 if (historyCount < HISTORY_COUNT) {
116 historyCount++;
391 for (int j = 0; j < data.history.length && j < data.historyCount; j++) {
  /development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
TouchDisplayView.java 62 public int historyCount = 0;
98 this.historyCount = 0;
115 if (historyCount < HISTORY_COUNT) {
116 historyCount++;
391 for (int j = 0; j < data.history.length && j < data.historyCount; j++) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/
CallSubjectDialog.java 455 int historyCount = 0;
458 editor.putString(PREF_KEY_SUBJECT_HISTORY_ITEM + historyCount,
460 historyCount++;
463 editor.putInt(PREF_KEY_SUBJECT_HISTORY_COUNT, historyCount);
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 448 milliseconds