HomeSort by relevance Sort by last modified time
    Searched refs:mShortcutsAndWidgets (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 141 private ShortcutAndWidgetContainer mShortcutsAndWidgets;
287 mShortcutsAndWidgets = new ShortcutAndWidgetContainer(context);
288 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap,
294 addView(mShortcutsAndWidgets);
298 mShortcutsAndWidgets.setLayerType(hasLayer ? LAYER_TYPE_HARDWARE : LAYER_TYPE_NONE, sPaint);
302 mShortcutsAndWidgets.buildLayer();
312 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap,
322 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap,
329 mShortcutsAndWidgets.setInvertIfRtl(invert);
591 mShortcutsAndWidgets.setIsHotseat(isHotseat)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 139 private ShortcutAndWidgetContainer mShortcutsAndWidgets;
285 mShortcutsAndWidgets = new ShortcutAndWidgetContainer(context);
286 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap,
289 addView(mShortcutsAndWidgets);
315 mShortcutsAndWidgets.setLayerType(LAYER_TYPE_HARDWARE, sPaint);
319 mShortcutsAndWidgets.setLayerType(LAYER_TYPE_NONE, sPaint);
323 mShortcutsAndWidgets.buildLayer();
336 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap,
343 mShortcutsAndWidgets.setInvertIfRtl(invert);
644 mShortcutsAndWidgets.addView(child, index, lp)
    [all...]

Completed in 96 milliseconds