• Home
  • Raw
  • Download

Lines Matching refs:mHeightGap

71     private int mHeightGap;  field in CellLayout
186mHeightGap = mOriginalHeightGap = a.getDimensionPixelSize(R.styleable.CellLayout_heightGap, 0); in CellLayout()
279 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap); in CellLayout()
756 result[1] = (y - vStartPadding) / (mCellHeight + mHeightGap); in pointToCellExact()
790 result[1] = vStartPadding + cellY * (mCellHeight + mHeightGap); in cellToPoint()
818 result[1] = vStartPadding + cellY * (mCellHeight + mHeightGap) + in regionToCenterPoint()
819 (spanY * mCellHeight + (spanY - 1) * mHeightGap) / 2; in regionToCenterPoint()
833 final int top = vStartPadding + cellY * (mCellHeight + mHeightGap); in regionToRect()
835 top + (spanY * mCellHeight + (spanY - 1) * mHeightGap)); in regionToRect()
858 return mHeightGap; in getHeightGap()
941 mHeightGap = Math.min(mMaxGap,numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0); in onMeasure()
942 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap); in onMeasure()
945 mHeightGap = mOriginalHeightGap; in onMeasure()
955 ((mCountY - 1) * mHeightGap); in onMeasure()
1203 top += ((mCellHeight * spanY) + ((spanY - 1) * mHeightGap) in visualizeDropLocation()
1328 pixelY -= (mCellHeight + mHeightGap) * (spanY - 1) / 2f; in findNearestArea()
2657 final int heightGap = mHeightGap; in cellToRect()
2705 size[1] = vSpans * mCellHeight + (vSpans - 1) * mHeightGap; in cellSpansToSize()
2818 (Math.max((mCountY - 1), 0) * mHeightGap); in getDesiredHeight()