Searched defs:mSpanThenCell (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
H A DCellSpanTest.java34 private View mSpanThenCell; field in class:CellSpanTest
50 mSpanThenCell = activity.findViewById(R.id.spanThenCell);
60 assertNotNull(mSpanThenCell);
69 mSpanThenCell.getMeasuredWidth());

Completed in 58 milliseconds