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

  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 71 private int mExpandDuration;
137 mExpandDuration = res.getInteger(R.integer.config_folderAnimDuration);
445 oa.setDuration(mExpandDuration);
490 oa.setDuration(mExpandDuration);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Folder.java 113 private final int mExpandDuration;
175 mExpandDuration = res.getInteger(R.integer.config_folderExpandDuration);
458 oa.setDuration(mExpandDuration);
646 oa.setDuration(mExpandDuration);
    [all...]

Completed in 31 milliseconds