HomeSort by relevance Sort by last modified time
    Searched refs:mCellLayout (Results 1 - 4 of 4) 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 18 private CellLayout mCellLayout;
79 mCellLayout = cellLayout;
139 mCellLayout.markCellsAsUnoccupiedForView(mWidgetView);
224 int xThreshold = mCellLayout.getCellWidth() + mCellLayout.getWidthGap();
225 int yThreshold = mCellLayout.getCellHeight() + mCellLayout.getHeightGap();
238 int countX = mCellLayout.getCountX();
239 int countY = mCellLayout.getCountY();
321 if (mCellLayout.createAreaForResize(cellX, cellY, spanX, spanY, mWidgetView
    [all...]
FolderIcon.java 190 private CellLayout mCellLayout;
229 mAcceptAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f);
238 if (mCellLayout != null) {
239 mCellLayout.invalidate();
258 mNeutralAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f);
267 if (mCellLayout != null) {
268 mCellLayout.invalidate();
275 if (mCellLayout != null) {
276 mCellLayout.hideFolderAccept(FolderRingAnimator.this);
299 mCellLayout = layout
    [all...]

Completed in 87 milliseconds