Searched defs:cellLayout (Results  1 – 7 of 7) sorted by relevance
| /packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/ | 
| D | ReorderAlgorithmUnitTest.java | 75     private void addViewInCellLayout(CellLayout cellLayout, int cellX, int cellY, int spanX,  in addViewInCellLayout()
 | 
| /packages/apps/Launcher3/src/com/android/launcher3/ | 
| D | AppWidgetResizeFrame.java | 180     public static void showForWidget(LauncherAppWidgetHostView widget, CellLayout cellLayout) {  in showForWidget()204     private void setupForWidget(LauncherAppWidgetHostView widgetView, CellLayout cellLayout,  in setupForWidget()
 
 | 
| D | WorkspaceStateTransitionAnimation.java | 226     private void applyPageTranslation(CellLayout cellLayout, int childIndex,  in applyPageTranslation()
 | 
| D | Workspace.java | 985     public CellLayout getScreenPair(CellLayout cellLayout) {  in getScreenPair()2127                     final CellLayout cellLayout = getParentCellLayoutForView(cell);  in onDrop()  local
 2197             LauncherAppWidgetHostView hostView, CellLayout cellLayout) {  in getWidgetResizeFrameRunnable()
 
 | 
| /packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/ | 
| D | HotseatEduController.java | 156         CellLayout cellLayout = mLauncher.getWorkspace().getScreenWithId(Workspace.FIRST_SCREEN_ID);  in showEdu()  local
 | 
| /packages/apps/Launcher3/src/com/android/launcher3/celllayout/ | 
| D | ReorderAlgorithm.java | 32     public ReorderAlgorithm(CellLayout cellLayout) {  in ReorderAlgorithm()
 | 
| D | MulticellReorderAlgorithm.java | 36     public MulticellReorderAlgorithm(CellLayout cellLayout) {  in MulticellReorderAlgorithm()
 |