Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DTestingCamera21.java128 TypedValue controlListWeight = new TypedValue(); in onConfigurationChanged() local
129 getResources().getValue(R.dimen.control_list_weight, controlListWeight, false); in onConfigurationChanged()
131 new LinearLayout.LayoutParams(width, height, controlListWeight.getFloat()); in onConfigurationChanged()