Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java64 private int mFixedCellHeight; field in CellLayout
195 mFixedCellWidth = mFixedCellHeight = -1; in CellLayout()
311 mFixedCellHeight = mCellHeight = height; in setCellDimensions()
844 if (mFixedCellWidth < 0 || mFixedCellHeight < 0) { in onMeasure()