OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:weight02
(Results
1 - 1
of
1
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
LinearLayoutTest.java
213
TextView
weight02
= (TextView) mActivity.findViewById(R.id.weight_0_2);
local
218
assertNotNull(
weight02
);
223
weight02
.getText().toString());
233
assertEquals(Math.ceil(parentWidth * 0.2),
weight02
.getWidth(), 1.0);
Completed in 54 milliseconds