Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DLinearLayoutTest.java157 TextView weight03 = (TextView) mActivity.findViewById(R.id.weight_0_3); in testAccessWeightSum() local
162 assertNotNull(weight03); in testAccessWeightSum()
169 weight03.getText().toString()); in testAccessWeightSum()
177 assertEquals(Math.ceil(parentWidth * 0.3), weight03.getWidth(), 1.0); in testAccessWeightSum()