Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java171 protected final ShortcutAndWidgetContainer mShortcutsAndWidgets; field in CellLayout
307 mShortcutsAndWidgets = new ShortcutAndWidgetContainer(context, mContainerType); in CellLayout()
308 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY, in CellLayout()
310 addView(mShortcutsAndWidgets); in CellLayout()
364 mShortcutsAndWidgets.setLayerType(hasLayer ? LAYER_TYPE_HARDWARE : LAYER_TYPE_NONE, sPaint); in enableHardwareLayer()
368 return mShortcutsAndWidgets.getLayerType() == LAYER_TYPE_HARDWARE; in isHardwareLayerEnabled()
380 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY, in setCellDimensions()
416 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY, in setGridSize()
423 mShortcutsAndWidgets.setInvertIfRtl(invert); in setInvertIfRtl()
774 mShortcutsAndWidgets.addView(child, index, lp); in addViewToCellLayout()
[all …]
DMultipageCellLayout.java113 int childCount = mShortcutsAndWidgets.getChildCount(); in copyCurrentStateToSolution()
115 View child = mShortcutsAndWidgets.getChildAt(i); in copyCurrentStateToSolution()
152 for (int i = 0; i < mShortcutsAndWidgets.getChildCount(); i++) { in updateMarginBetweenCellLayouts()
153 View workspaceItem = mShortcutsAndWidgets.getChildAt(i); in updateMarginBetweenCellLayouts()