Home | History | Annotate | Download | only in browser

Lines Matching refs:DateSorter

25 import android.webkit.DateSorter;
38 // This is our GroupCount. We will have at most DateSorter.DAY_COUNT
42 private DateSorter mDateSorter;
65 mDateSorter = new DateSorter(context);
77 int array[] = new int[DateSorter.DAY_COUNT];
79 for (int j = 0; j < DateSorter.DAY_COUNT; j++) {
90 if (index == DateSorter.DAY_COUNT - 1) {
170 // same as DateSorter
171 if (DateSorter.DAY_COUNT == mNumberOfBins) {
196 if (groupPosition < 0 || groupPosition >= DateSorter.DAY_COUNT) {
199 if (DateSorter.DAY_COUNT == mNumberOfBins || 0 == mNumberOfBins) {