Searched refs:outputViewListWeight (Results 1 – 1 of 1) sorted by relevance
122 TypedValue outputViewListWeight = new TypedValue(); in onConfigurationChanged() local123 getResources().getValue(R.dimen.output_view_list_weight, outputViewListWeight, false); in onConfigurationChanged()125 new LinearLayout.LayoutParams(width, height, outputViewListWeight.getFloat()); in onConfigurationChanged()