Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/data/repository/
H A DTileSpecSettingsRepositoryTest.kt83 val tiles by collectLastValue(underTest.tilesSpecs(0)) regex
90 val tiles by collectLastValue(underTest.tilesSpecs(0)) regex
118 val tiles by collectLastValue(underTest.tilesSpecs(0)) regex
129 val tiles by collectLastValue(underTest.tilesSpecs(0)) regex
139 val tiles by collectLastValue(underTest.tilesSpecs(0)) regex
153 val tiles by collectLastValue(underTest.tilesSpecs(0)) regex
167 val tiles by collectLastValue(underTest.tilesSpecs(0)) regex
181 val tiles by collectLastValue(underTest.tilesSpecs(0)) regex
213 val tiles by collectLastValue(underTest.tilesSpecs(0)) regex
226 val tiles by collectLastValue(underTest.tilesSpecs(0)) regex
[all …]
H A DAutoAddSettingsRepositoryTest.kt99 val tiles by collectLastValue(underTest.autoAddedTiles(userId)) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/domain/interactor/
H A DCurrentTilesInteractorImplTest.kt140 val tiles by collectLastValue(underTest.currentTiles) regex
245 val tiles by collectLastValue(underTest.currentTiles) regex
258 val tiles by collectLastValue(underTest.currentTiles) regex
277 val tiles by collectLastValue(underTest.currentTiles) regex
300 val tiles by collectLastValue(underTest.currentTiles) regex
332 val tiles by collectLastValue(underTest.currentTiles) regex
348 val tiles by collectLastValue(underTest.currentTiles) regex
371 val tiles by collectLastValue(underTest.currentTiles) regex
390 val tiles by collectLastValue(underTest.currentTiles) regex
577 val tiles by collectLastValue(underTest.currentTiles) regex
[all …]
/aosp14/frameworks/base/location/java/com/android/internal/location/altitude/
H A 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()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
H A DTilesStatesTextTest.kt35 val tiles = mContext.getString(R.string.quick_settings_tiles_stock).split(",") regex
57 val tiles = mContext.getString(R.string.quick_settings_tiles_stock).split(",") regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/
H A Dsysui.proto25 repeated com.android.systemui.qs.QsTileState tiles = 1; field
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DAutoAddTracker.kt126 val tiles = synchronized(autoAdded) { regex
204 val tiles = synchronized(autoAdded) { regex
220 val tiles = synchronized(autoAdded) { regex
H A DQuickQSPanelController.java116 List<QSTile> tiles = new ArrayList<>(); in setTiles() local
H A DQSTileRevealController.java66 public void updateRevealedTiles(Collection<QSTile> tiles) { in updateRevealedTiles()
H A DQSHost.java44 final ArrayList<String> tiles = new ArrayList(); in getDefaultSpecs() local
H A DQSPanelControllerBase.java219 public void setTiles(Collection<QSTile> tiles, boolean collapsedView) { in setTiles()
H A DQSTileHost.java575 final ArrayList<String> tiles = new ArrayList<String>(); in loadTileSpecs() local
H A DQSAnimator.java287 Collection<QSTile> tiles = mHost.getTiles(); in updateAnimators() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSPanelTest.kt129 val tiles = qsPanel.tileLayout as View regex
159 val tiles = qsPanel.tileLayout as View regex
H A DQSTileHostTest.java222 List<String> tiles = QSTileHost.loadTileSpecs(mContext, ""); in testLoadTileSpecs_emptySetting() local
228 List<String> tiles = QSTileHost.loadTileSpecs(mContext, null); in testLoadTileSpecs_nullSetting() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DTiledImageDrawable.java39 public TiledImageDrawable(ImageTileSet tiles) { in TiledImageDrawable()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileQueryHelper.java266 private State getState(Collection<QSTile> tiles, String spec) { in getState()
312 void onTilesChanged(List<TileInfo> tiles); in onTilesChanged()
H A DTileAdapter.java223 public void onTilesChanged(List<TileInfo> tiles) { in onTilesChanged()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/
H A DTileQueryHelperTest.java196 String tiles = TextUtils.join(",", specs); in testQueryTiles_correctTilesAndOrderOnlyStockTiles() local
216 String tiles = TextUtils.join(",", specs); in testQueryTiles_correctTilesAndOrderOtherFactoryTiles() local
/aosp14/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
H A DTileUtils.java265 final ArrayList<Tile> tiles = new ArrayList<>(); in getCategories() local
/aosp14/frameworks/base/core/proto/android/providers/settings/
H A Dsecure.proto509 optional SettingProto tiles = 1 [ (android.privacy).dest = DEST_AUTOMATIC ]; field