Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DDelegatedCellDrawing.kt21 abstract class DelegatedCellDrawing { class
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java50 import com.android.launcher3.celllayout.DelegatedCellDrawing;
60 public class PreviewBackground extends DelegatedCellDrawing {
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DPredictedAppIcon.java53 import com.android.launcher3.celllayout.DelegatedCellDrawing;
421 public static class PredictedIconOutlineDrawing extends DelegatedCellDrawing {
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java62 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()