Home
last modified time | relevance | path

Searched refs:WavePlotView (Results 1 – 2 of 2) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DWavePlotView.java41 public class WavePlotView extends View { class
79 public WavePlotView(Context context, AttributeSet attrs) { in WavePlotView() method in WavePlotView
DLoopbackActivity.java120 private WavePlotView mWavePlotView;
561 mWavePlotView = (WavePlotView) findViewById(R.id.viewWavePlot); in onCreate()