Searched refs:mPixelFormatSelector (Results 1 – 1 of 1) sorted by relevance
91 private Spinner mPixelFormatSelector; field in SurfaceCompositionMeasuringActivity198 final int pixelFormat = PIXEL_FORMATS[mPixelFormatSelector.getSelectedItemPosition()]; in doTest()297 mPixelFormatSelector = new Spinner(this); in onCreate()302 mPixelFormatSelector.setAdapter(pixelFormatSelectorAdapter); in onCreate()303 mPixelFormatSelector.setLayoutParams(new LinearLayout.LayoutParams( in onCreate()306 controlLayout.addView(mPixelFormatSelector); in onCreate()368 mPixelFormatSelector.setEnabled(enabled); in enableControls()