Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java121 private int mFixedWidth = -1; field in CellLayout
761 mFixedWidth = width; in setFixedSize()
793 if (mFixedWidth > 0 && mFixedHeight > 0) { in onMeasure()
794 newWidth = mFixedWidth; in onMeasure()
806 if (mFixedWidth > 0 && mFixedHeight > 0) { in onMeasure()