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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java115 private int mFixedHeight = -1; field in class:CellLayout
748 mFixedHeight = height;
771 if (mFixedWidth > 0 && mFixedHeight > 0) {
773 newHeight = mFixedHeight;
784 if (mFixedWidth > 0 && mFixedHeight > 0) {

Completed in 56 milliseconds