Searched refs:weight02 (Results 1 – 1 of 1) sorted by relevance
189 TextView weight02 = (TextView) parent.findViewById(R.id.weight_0_2); in testAccessWeightSum() local194 assertNotNull(weight02); in testAccessWeightSum()199 weight02.getText().toString()); in testAccessWeightSum()209 assertEquals(Math.ceil(parentWidth * 0.2), weight02.getWidth(), 1.0); in testAccessWeightSum()