Home
last modified time | relevance | path

Searched refs:addViewInCellLayout (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DHotseatReorderUnitTest.kt82 private fun addViewInCellLayout( in addViewInCellLayout() method in com.android.launcher3.celllayout.HotseatReorderUnitTest
113 addViewInCellLayout( in solve()
127 addViewInCellLayout( in solve()
DReorderAlgorithmUnitTest.java136 private void addViewInCellLayout(CellLayout cellLayout, int cellX, int cellY, int spanX, in addViewInCellLayout() method in ReorderAlgorithmUnitTest
155 .forEach(p -> addViewInCellLayout(cl, p.x, p.y, 1, 1, false)); in solve()
162 widget -> addViewInCellLayout(cl, widget.getCellX(), widget.getCellY(), in solve()