Searched defs:tiles (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DDataUsageDetailView.java17 package com.android.systemui.qs.tiles;
H A DAirplaneModeTile.java17 package com.android.systemui.qs.tiles;
H A DColorInversionTile.java17 package com.android.systemui.qs.tiles;
H A DDataSaverTile.java15 package com.android.systemui.qs.tiles;
H A DLocationTile.java17 package com.android.systemui.qs.tiles;
H A DNfcTile.java18 package com.android.systemui.qs.tiles;
H A DRotationLockTile.java17 package com.android.systemui.qs.tiles;
H A DUserDetailView.java17 package com.android.systemui.qs.tiles;
H A DUserTile.java16 package com.android.systemui.qs.tiles;
H A DWorkModeTile.java17 package com.android.systemui.qs.tiles;
H A DBatterySaverTile.java16 package com.android.systemui.qs.tiles;
H A DFlashlightTile.java17 package com.android.systemui.qs.tiles;
H A DNightDisplayTile.java17 package com.android.systemui.qs.tiles;
H A DUserDetailItemView.java17 package com.android.systemui.qs.tiles;
H A DBluetoothTile.java17 package com.android.systemui.qs.tiles;
H A DCastTile.java17 package com.android.systemui.qs.tiles;
H A DDndTile.java17 package com.android.systemui.qs.tiles;
H A DHotspotTile.java17 package com.android.systemui.qs.tiles;
H A DIntentTile.java17 package com.android.systemui.qs.tiles;
H A DCellularTile.java17 package com.android.systemui.qs.tiles;
H A DWifiTile.java17 package com.android.systemui.qs.tiles;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTileRevealController.java51 public void updateRevealedTiles(Collection<QSTile> tiles) { argument
53 for (QSTile tile : tiles) {
60 // Do not reveal QS tiles the user has upon first load or those that they directly
64 // Animate all tiles that the user has not directly added themselves.
H A DQuickQSPanel.java133 public void setTiles(Collection<QSTile> tiles) { argument
135 for (QSTile tile : tiles) {
244 // Add a spacer between tiles. We want static-width spaces if we're in landscape to
245 // keep the tiles close. For portrait, we stick with spaces that fill up any
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileQueryHelper.java169 private State getState(Collection<QSTile> tiles, String spec) { argument
170 for (QSTile tile : tiles) {
211 void onTilesChanged(List<TileInfo> tiles); argument
H A DTileAdapter.java122 // Notify the host so the tiles get removed callbacks.
136 public void onTilesChanged(List<TileInfo> tiles) { argument
137 mAllTiles = tiles;
403 // The first null is the edit tiles label, the second null is the tile divider.
404 // If there is no second null, then there are no non-system tiles.
519 // Draw full width, in case there aren't tiles all the way across.

Completed in 1174 milliseconds

12