Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java93 private int mFixedCellWidth; field in CellLayout
246 mFixedCellWidth = mFixedCellHeight = -1; in CellLayout()
370 mFixedCellWidth = mCellWidth = width; in setCellDimensions()
949 if (mFixedCellWidth < 0 || mFixedCellHeight < 0) { in onMeasure()