Searched refs:mMaxAllowedRows (Results 1 – 3 of 3) sorted by relevance
37 protected int mMaxAllowedRows = 3; field in TileLayout124 mMaxAllowedRows = Math.max(1, getResources().getInteger(R.integer.quick_settings_max_rows)); in updateResources()125 if (mLessRows) mMaxAllowedRows = Math.max(mMinRows, mMaxAllowedRows - 1); in updateResources()191 } else if (mRows >= mMaxAllowedRows) { in updateMaxRows()192 mRows = mMaxAllowedRows; in updateMaxRows()
30 mMaxAllowedRows = context.resources.getInteger(R.integer.quick_settings_max_rows) in updateResources()55 mRows = mMaxAllowedRows in updateMaxRows()
196 mMaxAllowedRows = 2; in updateResources()