Searched defs:layerViews (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspaceStateTransitionAnimation.java221 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
219 getAnimationToState(Workspace.State fromState, Workspace.State toState, int toPage, boolean animated, boolean hasOverlaySearchBar, HashMap<View, Integer> layerViews) argument
268 animateWorkspace(final TransitionStates states, int toPage, final boolean animated, final int duration, final HashMap<View, Integer> layerViews, final boolean accessibilityEnabled) argument
482 animateSearchBar(TransitionStates states, boolean animated, int duration, boolean hasOverlaySearchBar, final HashMap<View, Integer> layerViews, final boolean accessibilityEnabled) argument
[all...]
H A DLauncher.java3405 boolean animated, boolean hasOverlaySearchBar, HashMap<View, Integer> layerViews) {
3408 hasOverlaySearchBar, layerViews);
3404 startWorkspaceStateChangeAnimation(Workspace.State toState, int toPage, boolean animated, boolean hasOverlaySearchBar, HashMap<View, Integer> layerViews) argument
H A DWorkspace.java1971 boolean hasOverlaySearchBar, HashMap<View, Integer> layerViews) {
1974 toState, toPage, animated, hasOverlaySearchBar, layerViews);
1970 setStateWithAnimation(State toState, int toPage, boolean animated, boolean hasOverlaySearchBar, HashMap<View, Integer> layerViews) argument

Completed in 73 milliseconds