Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DTestingCamera21.java122 TypedValue outputViewListWeight = new TypedValue(); in onConfigurationChanged() local
123 getResources().getValue(R.dimen.output_view_list_weight, outputViewListWeight, false); in onConfigurationChanged()
125 new LinearLayout.LayoutParams(width, height, outputViewListWeight.getFloat()); in onConfigurationChanged()