Searched refs:mRow (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/util/
H A DDayOfMonthCursor.java37 private int mRow; field in class:DayOfMonthCursor
50 mRow = getRowOf(dayOfMonth);
56 return mRow;
64 mRow = row;
69 return getDayAt(mRow, mColumn);
77 if (isWithinCurrentMonth(mRow, mColumn)) {
80 if (mRow == 0) {
87 mRow = getRowOf(dayOfMonth);
92 return (mRow == row) && (mColumn == column);
101 if (isWithinCurrentMonth(mRow
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
H A DWeightTest.java34 private View mRow; field in class:WeightTest
48 mRow = activity.findViewById(R.id.row);
56 assertNotNull(mRow);
61 assertEquals(mCell1.getWidth() + mCell2.getWidth() + mCell3.getWidth(), mRow.getWidth());

Completed in 102 milliseconds