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

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

Completed in 476 milliseconds