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

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

Completed in 16 milliseconds