Searched defs:cellLayout (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayoutContainer.java | 27 int getCellLayoutId(CellLayout cellLayout); in getCellLayoutId() 32 int getCellLayoutIndex(CellLayout cellLayout); in getCellLayoutIndex()
|
D | AppWidgetResizeFrame.java | 207 public static void showForWidget(LauncherAppWidgetHostView widget, CellLayout cellLayout) { in showForWidget() 238 private void setupForWidget(LauncherAppWidgetHostView widgetView, CellLayout cellLayout, in setupForWidget()
|
D | Workspace.java | 966 public int getCellLayoutIndex(CellLayout cellLayout) { in getCellLayoutIndex() 1011 public CellLayout getScreenPair(CellLayout cellLayout) { in getScreenPair() 2155 final CellLayout cellLayout = getParentCellLayoutForView(cell); in onDrop() local 2225 LauncherAppWidgetHostView hostView, CellLayout cellLayout) { in getWidgetResizeFrameRunnable()
|
D | WorkspaceStateTransitionAnimation.java | 234 private void applyPageTranslation(CellLayout cellLayout, int childIndex, in applyPageTranslation()
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/ |
D | ReorderPreviewAnimationTest.kt | 90 val cellLayout = cellLayoutBuilder.createCellLayout(100, 100, false) in testAnimationAtGivenProgress() constant
|
D | ReorderAlgorithmUnitTest.java | 136 private void addViewInCellLayout(CellLayout cellLayout, int cellX, int cellY, int spanX, in addViewInCellLayout()
|
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/ |
D | MulticellReorderAlgorithm.java | 36 public MulticellReorderAlgorithm(CellLayout cellLayout) { in MulticellReorderAlgorithm()
|
D | ReorderAlgorithm.java | 40 public ReorderAlgorithm(CellLayout cellLayout) { in ReorderAlgorithm()
|
/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/quickstep/src/com/android/quickstep/util/unfold/ |
D | UnfoldAnimationBuilder.kt | 121 val registerViews: (CellLayout) -> Unit = { cellLayout -> in <lambda>() method
|