Searched refs:remainingSpace (Results 1 – 2 of 2) sorted by relevance
383 final int remainingSpace = (int) (bounds.height() - barThickness * 3 - mBarGap * 2); in draw() local384 float yOffset = (remainingSpace / 4) * 2; // making sure it is a multiple of 2. in draw()
1373 int remainingSpace = layoutState.mAvailable + layoutState.mExtra; in fill() local1375 while ((layoutState.mInfinite || remainingSpace > 0) && layoutState.hasMore(state)) { in fill()1392 remainingSpace -= layoutChunkResult.mConsumed; in fill()