Home | History | Annotate | Download | only in widget

Lines Matching refs:adapterCount

385             int adapterCount = getCount();
386 if (adapterCount <= getNumActiveViews() && mLoopViews) {
387 return adapterCount*mMaxNumActiveViews;
389 return adapterCount;
419 int adapterCount = getCount();
421 final View updatedChild = mAdapter.getView(modulo(i, adapterCount), null, this);
462 final int adapterCount = getCount();
463 if (adapterCount == 0) return;
483 int newWindowEnd = Math.min(adapterCount - 1, newWindowEndUnbounded);
500 // newWindowEndUnbounded > adapterCount - 1
547 final int adapterPosition = modulo(i, adapterCount);
571 int adapterStart = modulo(mCurrentWindowStart, adapterCount);
572 int adapterEnd = modulo(mCurrentWindowEnd, adapterCount);