Searched refs:mRow (Results 1 – 3 of 3) sorted by relevance
24 private final ViewGroup mRow; field in SingleRowViewHolder29 this.mRow = row; in SingleRowViewHolder()34 return mRow; in getViewGroup()44 return mRow; in getRowByIndex()50 return mRow; in getRow()60 mRow.addView(v); in addView()63 return mRow; in addView()
50 private MenuRow mRow; field in MenuRowView100 !mRow.isReselected()) { in MenuRowView()163 return mRow == null ? null : mRow.getMenu(); in getMenu()168 mRow = row; in onBind()210 return mRow == null ? null : mRow.getId(); in getRowId()220 if (mRow.hideTitleWhenSelected() && !showTitle) { in onSelected()247 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()