Searched refs:mInsetArray2 (Results 1 – 1 of 1) sorted by relevance
49 private double [] mInsetArray2; field in WavePlotView255 mInsetArray2 = new double[mInsetSize]; in initView()257 Arrays.fill(mInsetArray2, (double) 0); in initView()378 (float) ((valueMax - mInsetArray2[i]) / valueRange) * iH + 1; in onDraw()424 Arrays.fill(mInsetArray2, 0); in computeInset()446 mInsetArray2[index] = min; in computeInset()464 mInsetArray2[i] /= maxAbs; in computeInset()