Searched refs:DelegatedCellDrawing (Results 1 – 4 of 4) sorted by relevance
21 abstract class DelegatedCellDrawing { class
50 import com.android.launcher3.celllayout.DelegatedCellDrawing;60 public class PreviewBackground extends DelegatedCellDrawing {
53 import com.android.launcher3.celllayout.DelegatedCellDrawing;421 public static class PredictedIconOutlineDrawing extends DelegatedCellDrawing {
62 import com.android.launcher3.celllayout.DelegatedCellDrawing;123 private final ArrayList<DelegatedCellDrawing> mDelegatedCellDrawings = new ArrayList<>();523 DelegatedCellDrawing cellDrawing = mDelegatedCellDrawings.get(i); in onDraw()654 DelegatedCellDrawing bg = mDelegatedCellDrawings.get(i); in dispatchDraw()666 public void addDelegatedCellDrawing(DelegatedCellDrawing bg) { in addDelegatedCellDrawing()673 public void removeDelegatedCellDrawing(DelegatedCellDrawing bg) { in removeDelegatedCellDrawing()