Home
last modified time | relevance | path

Searched defs:tiles (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/data/repository/
DTileSpecSettingsRepositoryTest.kt83 val tiles by collectLastValue(underTest.tilesSpecs(0)) in emptySetting_usesDefaultValue() constant
90 val tiles by collectLastValue(underTest.tilesSpecs(0)) in changeInSettings_changesValue() constant
118 val tiles by collectLastValue(underTest.tilesSpecs(0)) in invalidTilesAreNotPresent() constant
129 val tiles by collectLastValue(underTest.tilesSpecs(0)) in noValidTiles_defaultSet() constant
139 val tiles by collectLastValue(underTest.tilesSpecs(0)) in addTileAtEnd() constant
153 val tiles by collectLastValue(underTest.tilesSpecs(0)) in addTileAtPosition() constant
167 val tiles by collectLastValue(underTest.tilesSpecs(0)) in addInvalidTile_noop() constant
181 val tiles by collectLastValue(underTest.tilesSpecs(0)) in addTileAtPosition_tooLarge_addedAtEnd() constant
213 val tiles by collectLastValue(underTest.tilesSpecs(0)) in removeTiles() constant
226 val tiles by collectLastValue(underTest.tilesSpecs(0)) in removeTilesNotThere_noop() constant
[all …]
DAutoAddSettingsRepositoryTest.kt99 val tiles by collectLastValue(underTest.autoAddedTiles(userId)) in noInvalidTileSpecs() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/domain/interactor/
DCurrentTilesInteractorImplTest.kt140 val tiles by collectLastValue(underTest.currentTiles) in correctTiles() constant
230 val tiles by collectLastValue(tileSpecRepository.tilesSpecs(USER_INFO_0.id)) in someTilesNotValid_repositorySetToDefinitiveList() constant
245 val tiles by collectLastValue(underTest.currentTiles) in deduplicatedTiles() constant
258 val tiles by collectLastValue(underTest.currentTiles) in tilesChange_platformTileNotRecreated() constant
277 val tiles by collectLastValue(underTest.currentTiles) in tileRemovedIsDestroyed() constant
300 val tiles by collectLastValue(underTest.currentTiles) in tileBecomesNotAvailable_destroyed() constant
332 val tiles by collectLastValue(underTest.currentTiles) in userChange_tilesChange() constant
348 val tiles by collectLastValue(underTest.currentTiles) in tileNotPresentInSecondaryUser_destroyedInUserChange() constant
371 val tiles by collectLastValue(underTest.currentTiles) in userChange_customTileDestroyed_lifecycleNotTerminated() constant
390 val tiles by collectLastValue(underTest.currentTiles) in userChange_sameTileUserChanged() constant
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DTilesStatesTextTest.kt35 val tiles = mContext.getString(R.string.quick_settings_tiles_stock).split(",") in <lambda>() constant
57 val tiles = mContext.getString(R.string.quick_settings_tiles_stock).split(",") in <lambda>() constant
/frameworks/base/location/java/com/android/internal/location/altitude/
DGeoidHeightMap.java110 S2TileProto[] tiles = new S2TileProto[len]; in getUnitIntervalValues() local
146 @NonNull S2TileProto[] tiles, in mergeByteBufferValues()
172 @NonNull S2TileProto[] tiles, in mergeByteJpegValues()
180 @NonNull S2TileProto[] tiles, in mergeBytePngValues()
188 @NonNull S2TileProto[] tiles, int tileIndex, @NonNull double[] values) { in mergeByteImageValues()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DAutoAddTracker.kt126 val tiles = synchronized(autoAdded) { in <lambda>() constant
204 val tiles = synchronized(autoAdded) { in <lambda>() constant
220 val tiles = synchronized(autoAdded) { in <lambda>() constant
DQuickQSPanelController.java116 List<QSTile> tiles = new ArrayList<>(); in setTiles() local
DQSTileRevealController.java66 public void updateRevealedTiles(Collection<QSTile> tiles) { in updateRevealedTiles()
DQSHost.java44 final ArrayList<String> tiles = new ArrayList(); in getDefaultSpecs() local
DQSPanelControllerBase.java219 public void setTiles(Collection<QSTile> tiles, boolean collapsedView) { in setTiles()
DQSTileHost.java575 final ArrayList<String> tiles = new ArrayList<String>(); in loadTileSpecs() local
DQSAnimator.java287 Collection<QSTile> tiles = mHost.getTiles(); in updateAnimators() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/
Dsysui.proto25 repeated com.android.systemui.qs.QsTileState tiles = 1; field
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSPanelTest.kt129 val tiles = qsPanel.tileLayout as View in testTilesFooterVisibleRTLLandscapeMedia() constant
159 val tiles = qsPanel.tileLayout as View in testTilesFooterVisibleLandscapeMedia() constant
DQSTileHostTest.java222 List<String> tiles = QSTileHost.loadTileSpecs(mContext, ""); in testLoadTileSpecs_emptySetting() local
228 List<String> tiles = QSTileHost.loadTileSpecs(mContext, null); in testLoadTileSpecs_nullSetting() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DTiledImageDrawable.java39 public TiledImageDrawable(ImageTileSet tiles) { in TiledImageDrawable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileQueryHelper.java266 private State getState(Collection<QSTile> tiles, String spec) { in getState()
312 void onTilesChanged(List<TileInfo> tiles); in onTilesChanged()
DTileAdapter.java223 public void onTilesChanged(List<TileInfo> tiles) { in onTilesChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/
DTileQueryHelperTest.java196 String tiles = TextUtils.join(",", specs); in testQueryTiles_correctTilesAndOrderOnlyStockTiles() local
216 String tiles = TextUtils.join(",", specs); in testQueryTiles_correctTilesAndOrderOtherFactoryTiles() local
/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
DTileUtils.java265 final ArrayList<Tile> tiles = new ArrayList<>(); in getCategories() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/interactor/
DCurrentTilesInteractor.kt407 val tiles: List<TileSpec>, constant in UserAndTiles
/frameworks/base/core/proto/android/providers/settings/
Dsecure.proto509 optional SettingProto tiles = 1 [ (android.privacy).dest = DEST_AUTOMATIC ]; field