Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DStreamConfigurationView.java64 private TableRow mInputPresetTableRow; field in StreamConfigurationView
237 mInputPresetTableRow = (TableRow) findViewById(R.id.rowInputPreset); in initializeViews()
278 mInputPresetTableRow.setVisibility(output ? View.GONE : View.VISIBLE); in setOutput()