Lines Matching refs:mShortcutsAndWidgets

171     protected final ShortcutAndWidgetContainer mShortcutsAndWidgets;  field in CellLayout
307 mShortcutsAndWidgets = new ShortcutAndWidgetContainer(context, mContainerType); in CellLayout()
308 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY, in CellLayout()
310 addView(mShortcutsAndWidgets); in CellLayout()
364 mShortcutsAndWidgets.setLayerType(hasLayer ? LAYER_TYPE_HARDWARE : LAYER_TYPE_NONE, sPaint); in enableHardwareLayer()
368 return mShortcutsAndWidgets.getLayerType() == LAYER_TYPE_HARDWARE; in isHardwareLayerEnabled()
380 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY, in setCellDimensions()
416 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY, in setGridSize()
423 mShortcutsAndWidgets.setInvertIfRtl(invert); in setInvertIfRtl()
774 mShortcutsAndWidgets.addView(child, index, lp); in addViewToCellLayout()
786 mShortcutsAndWidgets.removeAllViews(); in removeAllViews()
791 if (mShortcutsAndWidgets.getChildCount() > 0) { in removeAllViewsInLayout()
793 mShortcutsAndWidgets.removeAllViewsInLayout(); in removeAllViewsInLayout()
800 mShortcutsAndWidgets.removeView(view); in removeView()
805 markCellsAsUnoccupiedForView(mShortcutsAndWidgets.getChildAt(index)); in removeViewAt()
806 mShortcutsAndWidgets.removeViewAt(index); in removeViewAt()
812 mShortcutsAndWidgets.removeViewInLayout(view); in removeViewInLayout()
818 markCellsAsUnoccupiedForView(mShortcutsAndWidgets.getChildAt(i)); in removeViews()
820 mShortcutsAndWidgets.removeViews(start, count); in removeViews()
826 markCellsAsUnoccupiedForView(mShortcutsAndWidgets.getChildAt(i)); in removeViewsInLayout()
828 mShortcutsAndWidgets.removeViewsInLayout(start, count); in removeViewsInLayout()
983 mShortcutsAndWidgets.setCellDimensions(mCellWidth, mCellHeight, mCountX, mCountY, in onMeasure()
997 mShortcutsAndWidgets.measure( in onMeasure()
1001 int maxWidth = mShortcutsAndWidgets.getMeasuredWidth(); in onMeasure()
1002 int maxHeight = mShortcutsAndWidgets.getMeasuredHeight(); in onMeasure()
1028 mShortcutsAndWidgets.layout(left, top, right, bottom); in onLayout()
1047 return mShortcutsAndWidgets; in getShortcutsAndWidgets()
1051 return mShortcutsAndWidgets.getChildAt(cellX, cellY); in getChildAt()
1360 int childCount = mShortcutsAndWidgets.getChildCount(); in copySolutionToTempState()
1362 View child = mShortcutsAndWidgets.getChildAt(i); in copySolutionToTempState()
1383 int childCount = mShortcutsAndWidgets.getChildCount(); in animateItemsToSolution()
1385 View child = mShortcutsAndWidgets.getChildAt(i); in animateItemsToSolution()
1403 int childCount = mShortcutsAndWidgets.getChildCount(); in beginOrAdjustReorderPreviewAnimations()
1405 View child = mShortcutsAndWidgets.getChildAt(i); in beginOrAdjustReorderPreviewAnimations()
1439 int childCount = mShortcutsAndWidgets.getChildCount(); in commitTempPlacement()
1441 View child = mShortcutsAndWidgets.getChildAt(i); in commitTempPlacement()
1463 int childCount = mShortcutsAndWidgets.getChildCount(); in setUseTempCoords()
1465 CellLayoutLayoutParams lp = (CellLayoutLayoutParams) mShortcutsAndWidgets.getChildAt( in setUseTempCoords()
1481 final int count = mShortcutsAndWidgets.getChildCount(); in getIntersectingRectanglesInRegion()
1483 View child = mShortcutsAndWidgets.getChildAt(i); in getIntersectingRectanglesInRegion()
1509 final int count = mShortcutsAndWidgets.getChildCount(); in revertTempState()
1511 View child = mShortcutsAndWidgets.getChildAt(i); in revertTempState()
1551 mShortcutsAndWidgets.requestLayout(); in createAreaForResize()
1571 int childCount = mShortcutsAndWidgets.getChildCount(); in copyCurrentStateToSolution()
1573 View child = mShortcutsAndWidgets.getChildAt(i); in copyCurrentStateToSolution()
1690 mShortcutsAndWidgets.requestLayout(); in performReorder()
1824 if (view == null || view.getParent() != mShortcutsAndWidgets) return; in markCellsAsOccupiedForView()
1838 if (view == null || view.getParent() != mShortcutsAndWidgets) return; in markCellsAsUnoccupiedForView()