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;
288 mShortcutsAndWidgets = new ShortcutAndWidgetContainer(context, mContainerType);
289 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY);
295 addView(mShortcutsAndWidgets);
359 mShortcutsAndWidgets.setLayerType(hasLayer ? LAYER_TYPE_HARDWARE : LAYER_TYPE_NONE, sPaint);
363 mShortcutsAndWidgets.buildLayer();
369 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY);
378 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY);
384 mShortcutsAndWidgets.setInvertIfRtl(invert);
402 mTouchFeedbackView.alignWithIconView(icon, mShortcutsAndWidgets,
    [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 235 milliseconds