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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppWidgetResizeFrame.java20 private CellLayout mCellLayout; field in class:AppWidgetResizeFrame
81 mCellLayout = cellLayout;
142 mCellLayout.markCellsAsUnoccupiedForView(mWidgetView);
227 int xThreshold = mCellLayout.getCellWidth() + mCellLayout.getWidthGap();
228 int yThreshold = mCellLayout.getCellHeight() + mCellLayout.getHeightGap();
241 int countX = mCellLayout.getCountX();
242 int countY = mCellLayout.getCountY();
324 if (mCellLayout
[all...]
H A DFolderIcon.java166 private CellLayout mCellLayout; field in class:FolderIcon.FolderRingAnimator
202 mAcceptAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f);
211 if (mCellLayout != null) {
212 mCellLayout.invalidate();
231 mNeutralAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f);
240 if (mCellLayout != null) {
241 mCellLayout.invalidate();
248 if (mCellLayout != null) {
249 mCellLayout.hideFolderAccept(FolderRingAnimator.this);
272 mCellLayout
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppWidgetResizeFrame.java46 private CellLayout mCellLayout; field in class:AppWidgetResizeFrame
133 mCellLayout = cellLayout;
157 mCellLayout.markCellsAsUnoccupiedForView(mWidgetView);
250 float xThreshold = mCellLayout.getCellWidth();
251 float yThreshold = mCellLayout.getCellHeight();
272 hSpanInc, mMinHSpan, mCellLayout.getCountX(), mTempRange2);
281 vSpanInc, mMinVSpan, mCellLayout.getCountY(), mTempRange2);
300 if (mCellLayout.createAreaForResize(cellX, cellY, spanX, spanY, mWidgetView,
363 int xThreshold = mCellLayout.getCellWidth();
364 int yThreshold = mCellLayout
[all...]

Completed in 333 milliseconds