Home
last modified time | relevance | path

Searched refs:TileLayout (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPagedTileLayout.java55 private final ArrayList<TileLayout> mPages = new ArrayList<>();
79 private int mMaxColumns = TileLayout.NO_MAX_COLUMNS;
127 TileLayout tileLayout = mPages.get(0); in getTilesHeight()
199 private void logVisibleTiles(TileLayout page) { in logVisibleTiles()
223 for (TileLayout tilePage : mPages) { in updateListening()
288 private TileLayout createTileLayout() { in createTileLayout()
289 TileLayout page = (TileLayout) LayoutInflater.from(getContext()) in createTileLayout()
345 TileLayout page = mPages.get(i); in updateSelected()
483 TileLayout t = mPages.get(i); in onMeasure()
544 TileLayout currentPage = mPages.get(getCurrentPageNumber()); in getNumVisibleTiles()
[all …]
H A DTileLayout.java26 public class TileLayout extends ViewGroup implements QSTileLayout { class
57 public TileLayout(Context context) { in TileLayout() method in TileLayout
61 public TileLayout(Context context, @Nullable AttributeSet attrs) { in TileLayout() method in TileLayout
H A DSideLabelTileLayout.kt26 ) : TileLayout(context, attrs) {
H A DQuickQSPanel.java57 public TileLayout getOrCreateTileLayout() { in getOrCreateTileLayout()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DTileLayoutTest.java60 private TileLayout mTileLayout; // under test
71 mTileLayout = new TileLayout(mSpyContext); in setUp()
H A DQuickQSPanelControllerTest.kt59 @Mock private lateinit var tileLayout: TileLayout
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java50 import com.android.systemui.qs.TileLayout;