Searched refs:weight03 (Results 1 – 1 of 1) sorted by relevance
157 TextView weight03 = (TextView) mActivity.findViewById(R.id.weight_0_3); in testAccessWeightSum() local162 assertNotNull(weight03); in testAccessWeightSum()169 weight03.getText().toString()); in testAccessWeightSum()177 assertEquals(Math.ceil(parentWidth * 0.3), weight03.getWidth(), 1.0); in testAccessWeightSum()