Searched refs:WaveScopeView (Results 1 – 2 of 2) sorted by relevance
29 import com.android.cts.verifier.audio.audiolib.WaveScopeView;50 private WaveScopeView mWaveView = null;136 mWaveView = (WaveScopeView)findViewById(R.id.uap_recordWaveView); in onCreate()
26 public class WaveScopeView extends View { class46 public WaveScopeView(Context context, AttributeSet attrs) { in WaveScopeView() method in WaveScopeView