Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mCellHeight

41     private int mCellHeight;
81 mCellHeight = a.getDimensionPixelSize(R.styleable.CellLayout_cellHeight, 10);
407 result[1] = (y - vStartPadding) / (mCellHeight + mHeightGap);
425 pointToCellExact(x + (mCellWidth / 2), y + (mCellHeight / 2), result);
444 result[1] = vStartPadding + cellY * (mCellHeight + mHeightGap);
452 return mCellHeight;
492 final int cellHeight = mCellHeight;
717 final int cellHeight = mCellHeight;