Searched refs:mCursors (Results 1 – 1 of 1) sorted by relevance
43 private int[] mCursors; field in WaveformView117 if (mCursors != null) { in onDraw()118 for (int i = 0; i < mCursors.length; i++) { in onDraw()119 float x = mCursors[i] * xScale; in onDraw()156 mCursors = null; in setCursorData()158 if (mCursors == null || cursors.length != mCursors.length) { in setCursorData()159 mCursors = new int[cursors.length]; in setCursorData()161 System.arraycopy(cursors, 0, mCursors, 0, mCursors.length); in setCursorData()