HomeSort by relevance Sort by last modified time
    Searched full:resultsperpage (Results 1 - 1 of 1) sorted by null

  /external/autotest/frontend/client/src/autotest/common/ui/
Paginator.java 48 protected int resultsPerPage, numTotalResults;
61 currentStart -= Paginator.this.resultsPerPage;
68 currentStart += Paginator.this.resultsPerPage;
112 int end = currentStart + resultsPerPage;
122 return resultsPerPage;
128 public void setResultsPerPage(int resultsPerPage) {
129 this.resultsPerPage = resultsPerPage;
150 return ((numTotalResults - 1) / resultsPerPage) * resultsPerPage;
    [all...]

Completed in 820 milliseconds