Searched refs:mShortcutsAndWidgets (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 149 private final ShortcutAndWidgetContainer mShortcutsAndWidgets; field in CellLayout 290 mShortcutsAndWidgets = new ShortcutAndWidgetContainer(context, mContainerType); in CellLayout() 291 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY); in CellLayout() 292 addView(mShortcutsAndWidgets); in CellLayout() 360 mShortcutsAndWidgets.setLayerType(hasLayer ? LAYER_TYPE_HARDWARE : LAYER_TYPE_NONE, sPaint); in enableHardwareLayer() 364 return mShortcutsAndWidgets.getLayerType() == LAYER_TYPE_HARDWARE; in isHardwareLayerEnabled() 370 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY); in setCellDimensions() 379 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY); in setGridSize() 385 mShortcutsAndWidgets.setInvertIfRtl(invert); in setInvertIfRtl() 600 mShortcutsAndWidgets.addView(child, index, lp); in addViewToCellLayout() [all …]
|