Home | History | Annotate | Download | only in widget

Lines Matching refs:mCurrentWindowStart

94     int mCurrentWindowStart = 0;
102 * The same as {@link #mCurrentWindowStart}, except when the we have bounded
103 * {@link #mCurrentWindowStart} to be non-negative
250 mCurrentWindowStart = 0;
411 for (int i = mCurrentWindowStart; i <= mCurrentWindowEnd; i++) {
514 if (!(newWindowStart == mCurrentWindowStart && newWindowEnd == mCurrentWindowEnd &&
562 mCurrentWindowStart = newWindowStart;
566 int adapterStart = modulo(mCurrentWindowStart, adapterCount);