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

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

Completed in 56 milliseconds