Home
last modified time | relevance | path

Searched refs:DelegatedCellDrawing (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java116 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
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DPreviewBackground.java52 public class PreviewBackground extends CellLayout.DelegatedCellDrawing {
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DPredictedAppIcon.java396 public static class PredictedIconOutlineDrawing extends CellLayout.DelegatedCellDrawing {