Home
last modified time | relevance | path

Searched refs:mCellLayout (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java83 private CellLayout mCellLayout; field in AppWidgetResizeFrame
203 mCellLayout = cellLayout; in setupForWidget()
276 mCellLayout.markCellsAsUnoccupiedForView(mWidgetView); in setupForWidget()
374 float xThreshold = mCellLayout.getCellWidth() + dp.cellLayoutBorderSpacingPx; in resizeWidgetIfNeeded()
375 float yThreshold = mCellLayout.getCellHeight() + dp.cellLayoutBorderSpacingPx; in resizeWidgetIfNeeded()
396 hSpanInc, mMinHSpan, mMaxHSpan, mCellLayout.getCountX(), mTempRange2); in resizeWidgetIfNeeded()
405 vSpanInc, mMinVSpan, mMaxVSpan, mCellLayout.getCountY(), mTempRange2); in resizeWidgetIfNeeded()
424 if (mCellLayout.createAreaForResize(cellX, cellY, spanX, spanY, mWidgetView, in resizeWidgetIfNeeded()
460 int xThreshold = mCellLayout.getCellWidth() + dp.cellLayoutBorderSpacingPx; in onTouchUp()
461 int yThreshold = mCellLayout.getCellHeight() + dp.cellLayoutBorderSpacingPx; in onTouchUp()