Home | History | Annotate | Download | only in launcher3

Lines Matching defs:layerViews

221             HashMap<View, Integer> layerViews) {
227 animateWorkspace(states, toPage, animated, duration, layerViews,
229 animateSearchBar(states, animated, duration, hasOverlaySearchBar, layerViews,
269 final int duration, final HashMap<View, Integer> layerViews,
369 if (layerViews != null) {
370 layerViews.put(cl, LauncherStateTransitionAnimation.BUILD_LAYER);
415 if (layerViews != null) {
416 // If layerViews is not null, we add these views, and indicate that
418 layerViews.put(hotseat, LauncherStateTransitionAnimation.BUILD_AND_SET_LAYER);
419 layerViews.put(overviewPanel, LauncherStateTransitionAnimation.BUILD_AND_SET_LAYER);
483 boolean hasOverlaySearchBar, final HashMap<View, Integer> layerViews,
522 if (layerViews != null) {
523 // If layerViews is not null, we add these views, and indicate that
525 layerViews.put(searchBar, LauncherStateTransitionAnimation.BUILD_AND_SET_LAYER);