Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DTileLayout.java48 protected int mMaxAllowedRows = 3; field in TileLayout
162 mMaxAllowedRows = Math.max(1, rows); in updateResources()
164 mMaxAllowedRows = Math.max(mMinRows, mMaxAllowedRows - 1); in updateResources()
245 } else if (mRows >= mMaxAllowedRows) { in updateMaxRows()
246 mRows = mMaxAllowedRows; in updateMaxRows()
DSideLabelTileLayout.kt43 mMaxAllowedRows = if (useSmallLandscapeLockscreenResources) { in updateResources()
73 mRows = mMaxAllowedRows in updateMaxRows()
DQuickQSPanel.java189 mMaxAllowedRows = getResources().getInteger(R.integer.quick_qs_panel_max_rows); in updateResources()