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

  /packages/apps/Launcher3/src/com/android/launcher3/
FolderPagedView.java 128 int oldCountX = mGridCountX;
143 done = mGridCountX == oldCountX && mGridCountY == oldCountY;
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 769 int oldCountX = countX;
784 done = countX == oldCountX && countY == oldCountY;
    [all...]

Completed in 96 milliseconds