Searched refs:mInsetArray (Results 1 – 1 of 1) sorted by relevance
48 private double[] mInsetArray; field in WavePlotView254 mInsetArray = new double[mInsetSize]; in initView()256 Arrays.fill(mInsetArray, (double) 0); in initView()376 float top = iY + (float) ((valueMax - mInsetArray[i]) / valueRange) * iH; in onDraw()423 Arrays.fill(mInsetArray, 0); in computeInset()445 mInsetArray[index] = max; in computeInset()463 mInsetArray[i] /= maxAbs; in computeInset()