Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
DCellSpanTest.java33 private View mC; field in CellSpanTest
49 mC = activity.findViewById(R.id.c); in setUp()
59 assertNotNull(mC); in testSetUpConditions()
74 int spanWidth = mB.getMeasuredWidth() + mC.getMeasuredWidth(); in testCellThenSpan()
82 mC.getMeasuredWidth(); in testSpan()