Searched defs:mFixedCellWidth (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java75 private int mFixedCellWidth; field in class:CellLayout
194 mFixedCellWidth = mFixedCellHeight = -1;
360 mFixedCellWidth = mCellWidth = width;
813 if (mFixedCellWidth < 0 || mFixedCellHeight < 0) {

Completed in 18 milliseconds