HomeSort by relevance Sort by last modified time
    Searched refs:mCellLayout (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 20 private CellLayout mCellLayout;
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.createAreaForResize(cellX, cellY, spanX, spanY, mWidgetView
    [all...]
FolderIcon.java 166 private CellLayout mCellLayout;
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 = layout
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetResizeFrame.java 46 private CellLayout mCellLayout;
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.getCellHeight()
    [all...]

Completed in 131 milliseconds