Searched refs:mCellGap (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsContainerView.java38 private float mCellGap; field in class:QuickSettingsContainerView
56 mCellGap = r.getDimension(R.dimen.quick_settings_cell_gap);
67 (mNumColumns - 1) * mCellGap);
80 lp.width = (int) ((colSpan * cellWidth) + (colSpan - 1) * mCellGap);
98 int newHeight = (int) ((numRows * cellHeight) + ((numRows - 1) * mCellGap)) +
128 y += childHeight + mCellGap;
145 x += childWidth + mCellGap;
148 y += childHeight + mCellGap;

Completed in 1021 milliseconds