Searched refs:TileLayout (Results 1 – 8 of 8) sorted by relevance
60 private final ArrayList<TileLayout> mPages = new ArrayList<>();85 private int mMaxColumns = TileLayout.NO_MAX_COLUMNS;141 TileLayout tileLayout = mPages.get(0); in getTilesHeight()213 private void logVisibleTiles(TileLayout page) { in logVisibleTiles()237 for (TileLayout tilePage : mPages) { in updateListening()302 private TileLayout createTileLayout() { in createTileLayout()303 TileLayout page = (TileLayout) LayoutInflater.from(getContext()) in createTileLayout()389 TileLayout page = mPages.get(i); in updateSelected()539 TileLayout t = mPages.get(i); in onMeasure()600 TileLayout currentPage = mPages.get(getCurrentPageNumber()); in getNumVisibleTiles()[all …]
29 public class TileLayout extends ViewGroup implements QSTileLayout { class61 public TileLayout(Context context) { in TileLayout() method in TileLayout65 public TileLayout(Context context, @Nullable AttributeSet attrs) { in TileLayout() method in TileLayout
28 ) : TileLayout(context, attrs) {
55 public TileLayout getOrCreateTileLayout() { in getOrCreateTileLayout()
60 private TileLayout mTileLayout; // under test71 mTileLayout = new TileLayout(mSpyContext); in setUp()
63 @Mock private lateinit var tileLayout: TileLayout
51 import com.android.systemui.qs.TileLayout;
2051 DEFINE_AND_DESCRIBE_C2STRUCT(TileLayout)