Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DMultipageCellLayout.java153 View workspaceItem = mShortcutsAndWidgets.getChildAt(i); in updateMarginBetweenCellLayouts() local
154 if (!(workspaceItem instanceof Reorderable)) { in updateMarginBetweenCellLayouts()
158 (CellLayoutLayoutParams) workspaceItem.getLayoutParams(); in updateMarginBetweenCellLayouts()
159 ((Reorderable) workspaceItem).getTranslateDelegate().setTranslation( in updateMarginBetweenCellLayouts()
DLauncherModel.java469 WorkspaceItemInfo workspaceItem = (WorkspaceItemInfo) info; in onSessionFailure() local
471 iconCache.getTitleAndIcon(workspaceItem, in onSessionFailure()
472 workspaceItem.usingLowResIcon()); in onSessionFailure()
473 archivedWorkspaceItemsToCacheRefresh.add(workspaceItem); in onSessionFailure()