Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DUnitTestCellLayoutBuilderRule.kt24 import com.android.launcher3.CellLayoutContainer
45 object : CellLayoutContainer {
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayoutContainer.java22 public interface CellLayoutContainer { interface
DCellLayout.java209 CellLayoutContainer mCellLayoutContainer;
224 public CellLayout(Context context, CellLayoutContainer container) { in CellLayout()
313 public CellLayoutContainer getCellLayoutContainer() { in getCellLayoutContainer()
317 public void setCellLayoutContainer(CellLayoutContainer cellLayoutContainer) { in setCellLayoutContainer()
DWorkspace.java148 implements DropTarget, DragSource, View.OnTouchListener, CellLayoutContainer,