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

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

Completed in 39 milliseconds