Home
last modified time | relevance | path

Searched defs:getCellLayoutId (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayoutContainer.java27 int getCellLayoutId(CellLayout cellLayout); in getCellLayoutId() method
DWorkspace.java953 public int getCellLayoutId(CellLayout layout) { in getCellLayoutId() method in Workspace
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DUnitTestCellLayoutBuilderRule.kt46 override fun getCellLayoutId(cellLayout: CellLayout): Int = 0 in getCellLayoutId() method in com.android.launcher3.celllayout.UnitTestCellLayoutBuilderRule