Searched refs:controlListWeight (Results 1 – 1 of 1) sorted by relevance
128 TypedValue controlListWeight = new TypedValue(); in onConfigurationChanged() local129 getResources().getValue(R.dimen.control_list_weight, controlListWeight, false); in onConfigurationChanged()131 new LinearLayout.LayoutParams(width, height, controlListWeight.getFloat()); in onConfigurationChanged()