Searched refs:mRow (Results 1 – 4 of 4) sorted by relevance
39 private int mRow; field in DayOfMonthCursor52 mRow = getRowOf(dayOfMonth); in DayOfMonthCursor()58 return mRow; in getSelectedRow()66 mRow = row; in setSelectedRowColumn()71 return getDayAt(mRow, mColumn); in getSelectedDayOfMonth()79 if (isWithinCurrentMonth(mRow, mColumn)) { in getSelectedMonthOffset()82 if (mRow == 0) { in getSelectedMonthOffset()89 mRow = getRowOf(dayOfMonth); in setSelectedDayOfMonth()94 return (mRow == row) && (mColumn == column); in isSelected()103 if (isWithinCurrentMonth(mRow - 1, mColumn)) { in up()[all …]
68 private MenuRow mRow; field in MenuRowView175 return mRow == null ? null : mRow.getMenu(); in getMenu()180 mRow = row; in onBind()221 return mRow == null ? null : mRow.getId(); in getRowId()231 if (mRow.hideTitleWhenSelected() && !showTitle) { in onSelected()262 return mRow.getHeight(); in getPreferredContentsHeight()
980 private int mRow; field in ImageBlockManager.ImageBlock986 mRow = -1; in ImageBlock()990 mRow = row; in setRow()1008 return mRow >= mStartRow && mRow < mEndRow; in isVisible()1013 Assert(mRow != -1); in loadImages()1015 int columns = numColumns(mRow); in loadImages()1026 int base = mRow * mColumns; in loadImages()1110 int cols = numColumns(mRow); in doDraw()1162 int pos = (mRow * mColumns) + i; in cancelAllRequests()
100 private int mRow = -1; field in CaptionWindowLayout206 if (mRow >= 0) { in setPenLocation()207 for (int r = mRow; r < row; ++r) { in setPenLocation()211 mRow = row; in setPenLocation()