Searched refs:numStops (Results 1 – 1 of 1) sorted by relevance
339 if (mAxisXPositionsBuffer.length < mXStopsBuffer.numStops) { in drawAxes()340 mAxisXPositionsBuffer = new float[mXStopsBuffer.numStops]; in drawAxes()342 if (mAxisYPositionsBuffer.length < mYStopsBuffer.numStops) { in drawAxes()343 mAxisYPositionsBuffer = new float[mYStopsBuffer.numStops]; in drawAxes()345 if (mAxisXLinesBuffer.length < mXStopsBuffer.numStops * 4) { in drawAxes()346 mAxisXLinesBuffer = new float[mXStopsBuffer.numStops * 4]; in drawAxes()348 if (mAxisYLinesBuffer.length < mYStopsBuffer.numStops * 4) { in drawAxes()349 mAxisYLinesBuffer = new float[mYStopsBuffer.numStops * 4]; in drawAxes()353 for (i = 0; i < mXStopsBuffer.numStops; i++) { in drawAxes()356 for (i = 0; i < mYStopsBuffer.numStops; i++) { in drawAxes()[all …]