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

  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 21 private CellLayout mCellLayout;
75 mCellLayout = cellLayout;
157 mCellLayout.getExpandabilityArrayForView(mWidgetView, mExpandability);
213 int xThreshold = mCellLayout.getCellWidth() + mCellLayout.getWidthGap();
214 int yThreshold = mCellLayout.getCellHeight() + mCellLayout.getHeightGap();
235 mCellLayout.markCellsAsUnoccupiedForView(mWidgetView);
279 mCellLayout.getExpandabilityArrayForView(mWidgetView, mExpandability);
282 mCellLayout.markCellsAsOccupiedForView(mWidgetView)
    [all...]
FolderIcon.java 154 private CellLayout mCellLayout;
197 if (mCellLayout != null) {
198 mCellLayout.invalidate();
224 if (mCellLayout != null) {
225 mCellLayout.invalidate();
232 if (mCellLayout != null) {
233 mCellLayout.hideFolderAccept(FolderRingAnimator.this);
256 mCellLayout = layout;

Completed in 197 milliseconds