Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DLinearLayoutTest.java150 TextView weight05 = (TextView) mActivity.findViewById(R.id.weight_0_5); in testAccessWeightSum() local
155 assertNotNull(weight05); in testAccessWeightSum()
161 weight05.getText().toString()); in testAccessWeightSum()
170 assertEquals(Math.ceil(parentWidth * 0.5), weight05.getWidth(), 1.0); in testAccessWeightSum()