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 146 private ShortcutAndWidgetContainer mShortcutsAndWidgets;
294 mShortcutsAndWidgets = new ShortcutAndWidgetContainer(context);
295 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap,
298 addView(mShortcutsAndWidgets);
302 mShortcutsAndWidgets.setLayerType(hasLayer ? LAYER_TYPE_HARDWARE : LAYER_TYPE_NONE, sPaint);
306 mShortcutsAndWidgets.buildLayer();
316 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap,
326 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap,
333 mShortcutsAndWidgets.setInvertIfRtl(invert);
614 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 27 milliseconds