Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DTileLayout.java244 private void layoutTileRecords(int numRecords, boolean forLayout) { in layoutTileRecords() argument
251 final int tilesToLayout = Math.min(numRecords, mRows * mColumns); in layoutTileRecords()
/aosp14/frameworks/base/core/java/android/app/
H A DFragmentManager.java2141 final int numRecords = records.size(); in removeRedundantOperationsAndExecute() local
2143 for (int recordNum = 0; recordNum < numRecords; recordNum++) { in removeRedundantOperationsAndExecute()
2154 while (reorderingEnd < numRecords in removeRedundantOperationsAndExecute()
2165 if (startIndex != numRecords) { in removeRedundantOperationsAndExecute()
2166 executeOpsTogether(records, isRecordPop, startIndex, numRecords); in removeRedundantOperationsAndExecute()
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java2423 final int numRecords = mDisableRecords.size(); in findMatchingRecordLocked() local
2426 for (i = 0; i < numRecords; i++) { in findMatchingRecordLocked()