HomeSort by relevance Sort by last modified time
    Searched refs:countRecords (Results 1 - 3 of 3) sorted by null

  /external/skia/legacy/src/views/
SkListWidget.cpp 92 index = fSource->countRecords() - 1;
113 index = SkMin32(index + 1, fSource->countRecords() - 1);
133 if (fSource && (unsigned)fCurrIndex < (unsigned)fSource->countRecords())
145 SkASSERT((unsigned)newIndex < (unsigned)fSource->countRecords());
206 fScrollBar->setTotal(fSource->countRecords());
353 int visibleCount = SkMin32(fVisibleRowCount, fSource->countRecords() - fScrollIndex);
518 virtual int countRecords() { return fRecordCount; }
  /external/skia/include/views/animated/
SkWidgetViews.h 299 virtual int countRecords();
  /external/skia/legacy/include/views/
SkWidgetViews.h 297 virtual int countRecords();

Completed in 381 milliseconds