Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java209 CellLayoutContainer mCellLayoutContainer; field in CellLayout
226 this.mCellLayoutContainer = container; in CellLayout()
314 return mCellLayoutContainer; in getCellLayoutContainer()
318 mCellLayoutContainer = cellLayoutContainer; in setCellLayoutContainer()
1187 int panelCount = mCellLayoutContainer.getPanelCount(); in getItemMoveDescription()
1188 int pageIndex = mCellLayoutContainer.getCellLayoutIndex(this); in getItemMoveDescription()
1194 mCellLayoutContainer.getPageDescription(pageIndex)); in getItemMoveDescription()
1431 int screenId = mCellLayoutContainer.getCellLayoutId(this); in commitTempPlacement()