Home
last modified time | relevance | path

Searched defs:newTiles (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/panels/domain/interactor/
DInfiniteGridConsistencyInteractorTest.kt73 val newTiles = underTest.reconcileTiles(tiles) in validTiles_returnsUnchangedList() constant
110 val newTiles = underTest.reconcileTiles(tiles) in invalidTiles_moveIconTileForward() constant
145 val newTiles = underTest.reconcileTiles(tiles) in invalidTiles_moveIconTileBack() constant
186 val newTiles = underTest.reconcileTiles(tiles) in invalidTiles_multipleCorrections() constant
DGridConsistencyInteractorTest.kt85 val newTiles = in changeLayoutType_usesCorrectGridConsistencyInteractor() constant
114 val newTiles = in validTilesWithInfiniteGridConsistencyInteractor_unchangedList() constant
143 val newTiles = in invalidTilesWithInfiniteGridConsistencyInteractor_savesNewList() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/domain/interactor/
DGridConsistencyInteractor.kt53 val newTiles = consistencyInteractor.reconcileTiles(tiles) in <lambda>() constant
DInfiniteGridConsistencyInteractor.kt39 val newTiles: MutableList<TileSpec> = mutableListOf() in reconcileTiles() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/data/repository/
DAccessibilityQsShortcutsRepository.kt102 val newTiles = mutableListOf<ComponentName>() in notifyAccessibilityManagerTilesChanged() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSHost.java89 void changeTilesByUser(List<String> previousTiles, List<String> newTiles); in changeTilesByUser()
DQSTileHost.java307 final LinkedHashMap<String, QSTile> newTiles = new LinkedHashMap<>(); in onTuningChanged() local
487 public void changeTilesByUser(List<String> previousTiles, List<String> newTiles) { in changeTilesByUser()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/
DUserTileSpecRepository.kt203 val newTiles: List<TileSpec>, in <lambda>() constant in com.android.systemui.qs.pipeline.data.repository.UserTileSpecRepository.ChangeTiles