Searched refs:controlLayout (Results 1 – 1 of 1) sorted by relevance
285 LinearLayout controlLayout = new LinearLayout(this); in onCreate() local286 controlLayout.setOrientation(LinearLayout.VERTICAL); in onCreate()287 controlLayout.setLayoutParams(new ViewGroup.LayoutParams( in onCreate()291 mMeasureCompositionButton = createButton("Compositor speed.", controlLayout); in onCreate()292 mMeasureAllocationButton = createButton("Allocation speed", controlLayout); in onCreate()307 controlLayout.addView(mPixelFormatSelector); in onCreate()315 controlLayout.addView(mResultView); in onCreate()322 controlLayout.addView(mSystemInfoView); in onCreate()350 rootLayout.addView(controlLayout); in onCreate()