Searched refs:mCellLayout (Results 1 – 2 of 2) sorted by relevance
20 private CellLayout mCellLayout; field in AppWidgetResizeFrame81 mCellLayout = cellLayout; in AppWidgetResizeFrame()142 mCellLayout.markCellsAsUnoccupiedForView(mWidgetView); in AppWidgetResizeFrame()227 int xThreshold = mCellLayout.getCellWidth() + mCellLayout.getWidthGap(); in resizeWidgetIfNeeded()228 int yThreshold = mCellLayout.getCellHeight() + mCellLayout.getHeightGap(); in resizeWidgetIfNeeded()241 int countX = mCellLayout.getCountX(); in resizeWidgetIfNeeded()242 int countY = mCellLayout.getCountY(); in resizeWidgetIfNeeded()324 if (mCellLayout.createAreaForResize(cellX, cellY, spanX, spanY, mWidgetView, in resizeWidgetIfNeeded()384 int xThreshold = mCellLayout.getCellWidth() + mCellLayout.getWidthGap(); in onTouchUp()385 int yThreshold = mCellLayout.getCellHeight() + mCellLayout.getHeightGap(); in onTouchUp()[all …]
166 private CellLayout mCellLayout; field in FolderIcon.FolderRingAnimator202 mAcceptAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f); in animateToAcceptState()211 if (mCellLayout != null) { in animateToAcceptState()212 mCellLayout.invalidate(); in animateToAcceptState()231 mNeutralAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f); in animateToNaturalState()240 if (mCellLayout != null) { in animateToNaturalState()241 mCellLayout.invalidate(); in animateToNaturalState()248 if (mCellLayout != null) { in animateToNaturalState()249 mCellLayout.hideFolderAccept(FolderRingAnimator.this); in animateToNaturalState()272 mCellLayout = layout; in setCellLayout()