Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java109 private int mFixedHeight = -1; field in CellLayout
830 mFixedHeight = height; in setFixedSize()
857 if (mFixedWidth > 0 && mFixedHeight > 0) { in onMeasure()
859 newHeight = mFixedHeight; in onMeasure()
893 if (mFixedWidth > 0 && mFixedHeight > 0) { in onMeasure()