Searched refs:weight05 (Results 1 – 1 of 1) sorted by relevance
150 TextView weight05 = (TextView) mActivity.findViewById(R.id.weight_0_5); in testAccessWeightSum() local155 assertNotNull(weight05); in testAccessWeightSum()161 weight05.getText().toString()); in testAccessWeightSum()170 assertEquals(Math.ceil(parentWidth * 0.5), weight05.getWidth(), 1.0); in testAccessWeightSum()