Searched refs:mRowCount (Results 1 – 5 of 5) sorted by relevance
60 private int mRowCount = 0; field in SelectCalendarsSyncAdapter107 mRowCount = 0; in initData()119 mRowCount = c.getCount(); in initData()120 mData = new CalendarRow[mRowCount]; in initData()148 if (position >= mRowCount) { in getView()230 return mRowCount; in getCount()235 if (position >= mRowCount) { in getItem()244 if (position >= mRowCount) { in getItemId()
65 private int mRowCount = 0; field in SelectCalendarsSimpleAdapter180 mRowCount = 0; in initData()194 mRowCount = c.getCount(); in initData()218 if (position >= mRowCount) { in getView()350 return mRowCount; in getCount()355 if (position >= mRowCount) { in getItem()364 if (position >= mRowCount) { in getItemId()
151 private int mRowCount; field in AgendaWindowAdapter408 return mRowCount; in getCount()452 if (position >= (mRowCount - PREFETCH_BOUNDARY) in getView()784 if (mRowCount == 0 || queryType == QUERY_TYPE_CLEAN) { in pruneAdapterInfo()785 mRowCount = 0; in pruneAdapterInfo()844 if (mRowCount != 0) { in calculateQueryDuration()845 queryDuration = IDEAL_NUM_OF_EVENTS * (end - start + 1) / mRowCount; in calculateQueryDuration()901 if (mRowCount < 20 && queryData.queryType != QUERY_TYPE_CLEAN) { in doQuery()903 Log.e(TAG, "Compacting cursor: mRowCount=" + mRowCount in doQuery()1269 mRowCount = 0; in processNewCursor()[all …]
31 private int mRowCount; field in CalculatorPadLayout47 mRowCount = a.getInt(0, 1); in CalculatorPadLayout()69 Math.round((float) (bottom - top - paddingTop - paddingBottom)) / mRowCount; in onLayout()96 rowIndex = (rowIndex + (columnIndex + 1) / mColumnCount) % mRowCount; in onLayout()
277 int mRowCount = 1; // assume at least 1 child fits in a row field in BookmarkExpandableView.BookmarkAccountAdapter322 int rowCount = mRowCount; in getChildView()357 return (int) Math.ceil(adapter.getCount() / (float)mRowCount); in getChildrenCount()378 boolean notify = rowCount != mRowCount || rowPadding != mRowPadding; in measureChildren()379 mRowCount = rowCount; in measureChildren()