HomeSort by relevance Sort by last modified time
    Searched refs:historyCount (Results 1 - 11 of 11) 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/Contacts/src/com/android/contacts/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);
  /packages/apps/Dialer/java/com/android/contacts/common/dialog/
CallSubjectDialog.java 398 int historyCount = 0;
401 editor.putString(PREF_KEY_SUBJECT_HISTORY_ITEM + historyCount, subject);
402 historyCount++;
405 editor.putInt(PREF_KEY_SUBJECT_HISTORY_COUNT, historyCount);
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTModelPOD.h 325 @param[in] historyCount Maximum number of characters to store.
340 const size_t historyCount = 0);
353 @param[in] historyCount Maximum number of characters to store.
362 const size_t historyCount = 0);
    [all...]
PVRTModelPOD.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]
  /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 320 milliseconds