Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
DCellSpanTest.java67 int spanWidth = mA.getMeasuredWidth() + mB.getMeasuredWidth(); in testSpanThenCell() local
68 assertEquals("span followed by cell is broken", spanWidth, in testSpanThenCell()
74 int spanWidth = mB.getMeasuredWidth() + mC.getMeasuredWidth(); in testCellThenSpan() local
75 assertEquals("cell followed by span is broken", spanWidth, in testCellThenSpan()
81 int spanWidth = mA.getMeasuredWidth() + mB.getMeasuredWidth() + in testSpan() local
83 assertEquals("span is broken", spanWidth, mSpan.getMeasuredWidth()); in testSpan()