Searched refs:mValuesArray2 (Results 1 – 1 of 1) sorted by relevance
46 private double [] mValuesArray2; //bottom field in WavePlotView249 mValuesArray2 = new double[mArraySize]; in initView()251 Arrays.fill(mValuesArray2, 0); in initView()350 float bottom = (float) ((valueMax - mValuesArray2[i]) / valueRange) * h + 1; in onDraw()407 Arrays.fill(mValuesArray2, 0); in resetArray()506 mValuesArray2[index] = min; in computeViewArray()