Searched refs:TileLayout (Results 1 – 8 of 8) sorted by relevance
63 private final ArrayList<TileLayout> mPages = new ArrayList<>();88 private int mMaxColumns = TileLayout.NO_MAX_COLUMNS;148 TileLayout tileLayout = mPages.get(0); in getTilesHeight()248 private void logVisibleTiles(TileLayout page) { in logVisibleTiles()272 for (TileLayout tilePage : mPages) { in updateListening()337 private TileLayout createTileLayout() { in createTileLayout()338 TileLayout page = (TileLayout) LayoutInflater.from(getContext()) in createTileLayout()424 TileLayout page = mPages.get(i); in updateSelected()574 TileLayout t = mPages.get(i); in onMeasure()635 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()
68 @Mock private lateinit var tileLayout: TileLayout
51 import com.android.systemui.qs.TileLayout;
2256 DEFINE_AND_DESCRIBE_C2STRUCT(TileLayout)