Home
last modified time | relevance | path

Searched refs:weight02 (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DLinearLayoutTest.java155 TextView weight02 = (TextView) mActivity.findViewById(R.id.weight_0_2); in testAccessWeightSum() local
160 assertNotNull(weight02); in testAccessWeightSum()
165 weight02.getText().toString()); in testAccessWeightSum()
175 assertEquals(Math.ceil(parentWidth * 0.2), weight02.getWidth(), 1.0); in testAccessWeightSum()