Searched refs:DelegatedCellDrawing (Results 1 – 3 of 3) sorted by relevance
116 private final ArrayList<DelegatedCellDrawing> mDelegatedCellDrawings = new ArrayList<>();489 DelegatedCellDrawing cellDrawing = mDelegatedCellDrawings.get(i); in onDraw()630 DelegatedCellDrawing bg = mDelegatedCellDrawings.get(i); in dispatchDraw()642 public void addDelegatedCellDrawing(DelegatedCellDrawing bg) { in addDelegatedCellDrawing()649 public void removeDelegatedCellDrawing(DelegatedCellDrawing bg) { in removeDelegatedCellDrawing()2917 public abstract static class DelegatedCellDrawing { class in CellLayout
52 public class PreviewBackground extends CellLayout.DelegatedCellDrawing {
396 public static class PredictedIconOutlineDrawing extends CellLayout.DelegatedCellDrawing {