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

  /external/webkit/Source/WebKit/android/jni/
PictureSet.h 118 BucketMap mBuckets;
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetModel.java 265 final ArrayList<LinkedList<RowInfo>> mBuckets =
268 mBuckets.add(new LinkedList<RowInfo>());
320 LinkedList<RowInfo> bucket = mBuckets.get(day - mTodayJulianDay);
332 for (LinkedList<RowInfo> bucket : mBuckets) {

Completed in 821 milliseconds