Searched refs:weight02 (Results 1 – 1 of 1) sorted by relevance
155 TextView weight02 = (TextView) mActivity.findViewById(R.id.weight_0_2); in testAccessWeightSum() local160 assertNotNull(weight02); in testAccessWeightSum()165 weight02.getText().toString()); in testAccessWeightSum()175 assertEquals(Math.ceil(parentWidth * 0.2), weight02.getWidth(), 1.0); in testAccessWeightSum()