tab 하나하나 사이즈를 px가 아닌 dp로 변경가능한지요?

TabHost에 getTabWidget().getChildAt(i).setLayoutParams(new LinearLayout.LayoutParams(int, int));
하는건 px로 변경이 되어서요;