Searched refs:amplitudesList (Results 1 – 1 of 1) sorted by relevance
1755 ArrayList<Integer> amplitudesList = null; in runWaveform() local1768 if (amplitudesList == null) { in runWaveform()1769 amplitudesList = new ArrayList<Integer>(); in runWaveform()1786 if (amplitudesList != null && amplitudesList.size() < timingsList.size()) { in runWaveform()1787 amplitudesList.add(Integer.parseInt(arg)); in runWaveform()1795 if (amplitudesList == null) { in runWaveform()1799 amplitudesList.stream().mapToInt(Integer::intValue).toArray(); in runWaveform()