Lines Matching refs:mCellLayout
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;