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.java140 private ShortcutAndWidgetContainer mShortcutsAndWidgets; field in CellLayout
271 mShortcutsAndWidgets = new ShortcutAndWidgetContainer(context); in CellLayout()
272 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap, in CellLayout()
279 addView(mShortcutsAndWidgets); in CellLayout()
344 mShortcutsAndWidgets.setLayerType(hasLayer ? LAYER_TYPE_HARDWARE : LAYER_TYPE_NONE, sPaint); in enableHardwareLayer()
348 mShortcutsAndWidgets.buildLayer(); in buildHardwareLayer()
358 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap, in setCellDimensions()
368 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap, in setGridSize()
375 mShortcutsAndWidgets.setInvertIfRtl(invert); in setInvertIfRtl()
393 mTouchFeedbackView.alignWithIconView(icon, mShortcutsAndWidgets); in setPressedIcon()
[all …]
/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java139 private ShortcutAndWidgetContainer mShortcutsAndWidgets; field in CellLayout
285 mShortcutsAndWidgets = new ShortcutAndWidgetContainer(context); in CellLayout()
286 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap, in CellLayout()
289 addView(mShortcutsAndWidgets); in CellLayout()
315 mShortcutsAndWidgets.setLayerType(LAYER_TYPE_HARDWARE, sPaint); in enableHardwareLayers()
319 mShortcutsAndWidgets.setLayerType(LAYER_TYPE_NONE, sPaint); in disableHardwareLayers()
323 mShortcutsAndWidgets.buildLayer(); in buildHardwareLayer()
336 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mWidthGap, mHeightGap, in setGridSize()
343 mShortcutsAndWidgets.setInvertIfRtl(invert); in setInvertIfRtl()
644 mShortcutsAndWidgets.addView(child, index, lp); in addViewToCellLayout()
[all …]