HomeSort by relevance Sort by last modified time
    Searched full:weight05 (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
LinearLayoutTest.java 189 TextView weight05 = (TextView) parent.findViewById(R.id.weight_0_5); local
194 assertNotNull(weight05);
200 weight05.getText().toString());
209 assertEquals(Math.ceil(parentWidth * 0.5), weight05.getWidth(), 1.0);
    [all...]

Completed in 334 milliseconds