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

/packages/apps/Calendar/src/com/android/calendar/
H A DDayOfMonthCursor.java39 private int mRow; field in class:DayOfMonthCursor
52 mRow = getRowOf(dayOfMonth);
58 return mRow;
66 mRow = row;
71 return getDayAt(mRow, mColumn);
79 if (isWithinCurrentMonth(mRow, mColumn)) {
82 if (mRow == 0) {
89 mRow = getRowOf(dayOfMonth);
94 return (mRow == row) && (mColumn == column);
103 if (isWithinCurrentMonth(mRow
[all...]
/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java980 private int mRow; field in class:ImageBlockManager.ImageBlock
986 mRow = -1;
990 mRow = row;
1008 return mRow >= mStartRow && mRow < mEndRow;
1013 Assert(mRow != -1);
1015 int columns = numColumns(mRow);
1026 int base = mRow * mColumns;
1110 int cols = numColumns(mRow);
1162 int pos = (mRow * mColumn
[all...]

Completed in 101 milliseconds