Home
last modified time | relevance | path

Searched refs:mNewShortcutAnimateViews (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java312 private ArrayList<View> mNewShortcutAnimateViews = new ArrayList<View>(); field in Launcher
3463 mNewShortcutAnimateViews.clear(); in startBinding()
3525 if (!mNewShortcutAnimateViews.contains(shortcut)) { in bindItems()
3526 mNewShortcutAnimateViews.add(shortcut); in bindItems()
3683 Collections.sort(mNewShortcutAnimateViews, new Comparator<View>() { in runNewAppsAnimation()
3695 for (View v : mNewShortcutAnimateViews) { in runNewAppsAnimation()
3701 for (int i = 0; i < mNewShortcutAnimateViews.size(); ++i) { in runNewAppsAnimation()
3702 View v = mNewShortcutAnimateViews.get(i); in runNewAppsAnimation()
3726 mNewShortcutAnimateViews.clear(); in runNewAppsAnimation()