Home
last modified time | relevance | path

Searched refs:mC (Results 1 – 2 of 2) 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()
/frameworks/base/core/java/com/android/internal/graphics/cam/
DFrame.java63 private final float mC; field in Frame
88 return mC; in getC()
118 mC = c; in Frame()