Searched refs:mCellLayout (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | AppWidgetResizeFrame.java | 20 private CellLayout mCellLayout; field in AppWidgetResizeFrame 81 mCellLayout = cellLayout; in AppWidgetResizeFrame() 142 mCellLayout.markCellsAsUnoccupiedForView(mWidgetView); in AppWidgetResizeFrame() 227 int xThreshold = mCellLayout.getCellWidth() + mCellLayout.getWidthGap(); in resizeWidgetIfNeeded() 228 int yThreshold = mCellLayout.getCellHeight() + mCellLayout.getHeightGap(); in resizeWidgetIfNeeded() 241 int countX = mCellLayout.getCountX(); in resizeWidgetIfNeeded() 242 int countY = mCellLayout.getCountY(); in resizeWidgetIfNeeded() 324 if (mCellLayout.createAreaForResize(cellX, cellY, spanX, spanY, mWidgetView, in resizeWidgetIfNeeded() 384 int xThreshold = mCellLayout.getCellWidth() + mCellLayout.getWidthGap(); in onTouchUp() 385 int yThreshold = mCellLayout.getCellHeight() + mCellLayout.getHeightGap(); in onTouchUp() [all …]
|
D | FolderIcon.java | 166 private CellLayout mCellLayout; field in FolderIcon.FolderRingAnimator 202 mAcceptAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f); in animateToAcceptState() 211 if (mCellLayout != null) { in animateToAcceptState() 212 mCellLayout.invalidate(); in animateToAcceptState() 231 mNeutralAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f); in animateToNaturalState() 240 if (mCellLayout != null) { in animateToNaturalState() 241 mCellLayout.invalidate(); in animateToNaturalState() 248 if (mCellLayout != null) { in animateToNaturalState() 249 mCellLayout.hideFolderAccept(FolderRingAnimator.this); in animateToNaturalState() 272 mCellLayout = layout; in setCellLayout()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AppWidgetResizeFrame.java | 18 private CellLayout mCellLayout; field in AppWidgetResizeFrame 79 mCellLayout = cellLayout; in AppWidgetResizeFrame() 139 mCellLayout.markCellsAsUnoccupiedForView(mWidgetView); in AppWidgetResizeFrame() 224 int xThreshold = mCellLayout.getCellWidth() + mCellLayout.getWidthGap(); in resizeWidgetIfNeeded() 225 int yThreshold = mCellLayout.getCellHeight() + mCellLayout.getHeightGap(); in resizeWidgetIfNeeded() 238 int countX = mCellLayout.getCountX(); in resizeWidgetIfNeeded() 239 int countY = mCellLayout.getCountY(); in resizeWidgetIfNeeded() 321 if (mCellLayout.createAreaForResize(cellX, cellY, spanX, spanY, mWidgetView, in resizeWidgetIfNeeded() 381 int xThreshold = mCellLayout.getCellWidth() + mCellLayout.getWidthGap(); in onTouchUp() 382 int yThreshold = mCellLayout.getCellHeight() + mCellLayout.getHeightGap(); in onTouchUp() [all …]
|
D | FolderIcon.java | 194 private CellLayout mCellLayout; field in FolderIcon.FolderRingAnimator 233 mAcceptAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f); in animateToAcceptState() 242 if (mCellLayout != null) { in animateToAcceptState() 243 mCellLayout.invalidate(); in animateToAcceptState() 262 mNeutralAnimator = LauncherAnimUtils.ofFloat(mCellLayout, 0f, 1f); in animateToNaturalState() 271 if (mCellLayout != null) { in animateToNaturalState() 272 mCellLayout.invalidate(); in animateToNaturalState() 279 if (mCellLayout != null) { in animateToNaturalState() 280 mCellLayout.hideFolderAccept(FolderRingAnimator.this); in animateToNaturalState() 303 mCellLayout = layout; in setCellLayout()
|