Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DTargetControlPane.java58 private enum OutputViewType { enum in TargetControlPane
66 static String getXmlName(OutputViewType type) { in getXmlName()
190 OutputViewType[] outputTypes = OutputViewType.values(); in setUpUI()
251 OutputViewType outputType =
252 OutputViewType.valueOf((String) mOutputSpinner.getSelectedItem());
293 private TargetSubPane createOutputView(OutputViewType type) { in createOutputView()