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

  /external/skia/src/views/
SkListView.cpp 31 virtual int countRows()
46 (void)this->countRows();
166 virtual int countRows()
268 index = fSource->countRows() - 1;
283 index = SkMin32(index + 1, fSource->countRows() - 1);
300 if ((unsigned)fCurrIndex < (unsigned)fSource->countRows())
310 SkASSERT((unsigned)fScrollIndex < (unsigned)fSource->countRows());
360 int visibleCount = SkMin32(fVisibleRowCount, fSource->countRows() - fScrollIndex);
613 index = fSource->countRows() - 1;
628 index = SkMin32(index + 1, fSource->countRows() - 1)
    [all...]
  /external/skia/include/views/
SkWidget.h 336 virtual int countRows() = 0;

Completed in 45 milliseconds