Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DTileLayout.java32 protected int mMaxAllowedRows = 3; field in TileLayout
91 mMaxAllowedRows = Math.max(1, getResources().getInteger(R.integer.quick_settings_max_rows)); in updateResources()
144 if (mRows >= mMaxAllowedRows) { in updateMaxRows()
145 mRows = mMaxAllowedRows; in updateMaxRows()