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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java124 private int mFixedHeight = -1; field in class:CellLayout
826 mFixedHeight = height;
850 if (mFixedWidth > 0 && mFixedHeight > 0) {
852 newHeight = mFixedHeight;
887 if (mFixedWidth > 0 && mFixedHeight > 0) {

Completed in 45 milliseconds