Searched refs:TileLayout (Results 1 – 7 of 7) sorted by relevance
55 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 …]
26 public class TileLayout extends ViewGroup implements QSTileLayout { class57 public TileLayout(Context context) { in TileLayout() method in TileLayout61 public TileLayout(Context context, @Nullable AttributeSet attrs) { in TileLayout() method in TileLayout
26 ) : TileLayout(context, attrs) {
57 public TileLayout getOrCreateTileLayout() { in getOrCreateTileLayout()
60 private TileLayout mTileLayout; // under test71 mTileLayout = new TileLayout(mSpyContext); in setUp()
59 @Mock private lateinit var tileLayout: TileLayout
50 import com.android.systemui.qs.TileLayout;