Searched refs:mRow (Results 1 – 2 of 2) sorted by relevance
50 private MenuRow mRow; field in MenuRowView99 !mRow.isReselected()) { in MenuRowView()162 return mRow == null ? null : mRow.getMenu(); in getMenu()167 mRow = row; in onBind()209 return mRow == null ? null : mRow.getId(); in getRowId()219 if (mRow.hideTitleWhenSelected() && !showTitle) { in onSelected()246 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()