Searched refs:mRow (Results 1 - 3 of 3) 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/TV/src/com/android/tv/menu/
H A DMenuRowView.java49 private MenuRow mRow; field in class:MenuRowView
156 return mRow == null ? null : mRow.getMenu();
161 mRow = row;
202 return mRow == null ? null : mRow.getId();
212 if (mRow.hideTitleWhenSelected() && !showTitle) {
243 return mRow.getHeight();
/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 656 milliseconds