Searched refs:mMaxAllowedRows (Results 1 – 1 of 1) sorted by relevance
32 protected int mMaxAllowedRows = 3; field in TileLayout91 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()