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.java117 private int mFixedHeight = -1; field in CellLayout
794 mFixedHeight = height; in setFixedSize()
817 if (mFixedWidth > 0 && mFixedHeight > 0) { in onMeasure()
819 newHeight = mFixedHeight; in onMeasure()
837 if (mFixedWidth > 0 && mFixedHeight > 0) { in onMeasure()