Searched refs:mPointsBuffer (Results 1 – 1 of 1) sorted by relevance
41 private float[] mPointsBuffer; field in WaveScopeView90 mPointsBuffer = new float[mNumFrames * 4]; in setupPointBuffer()95 int len = mPointsBuffer.length; in setupPointBuffer()97 mPointsBuffer[pntIndex] = X; in setupPointBuffer()102 mPointsBuffer[pntIndex] = X; in setupPointBuffer()123 mPointsBuffer[pntIndex] = Y; in drawChannel16()128 mPointsBuffer[pntIndex] = Y; in drawChannel16()133 cvs.drawLines(mPointsBuffer, mPaint); in drawChannel16()152 mPointsBuffer[pntIndex] = Y; in drawChannelFloat()157 mPointsBuffer[pntIndex] = Y; in drawChannelFloat()[all …]