Searched refs:mPixelFormatSelector (Results 1 – 1 of 1) sorted by relevance
92 private Spinner mPixelFormatSelector; field in SurfaceCompositionMeasuringActivity199 final int pixelFormat = PIXEL_FORMATS[mPixelFormatSelector.getSelectedItemPosition()]; in doTest()298 mPixelFormatSelector = new Spinner(this); in onCreate()303 mPixelFormatSelector.setAdapter(pixelFormatSelectorAdapter); in onCreate()304 mPixelFormatSelector.setLayoutParams(new LinearLayout.LayoutParams( in onCreate()307 controlLayout.addView(mPixelFormatSelector); in onCreate()369 mPixelFormatSelector.setEnabled(enabled); in enableControls()