Searched refs:animated (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherTransitionable.java23 void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace); argument
24 void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace); argument
26 void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace); argument
H A DLauncherStateTransitionAnimation.java128 public void startAnimationToAllApps(final boolean animated, argument
164 animated, true /* hideSearchBar */, cb);
170 public void startAnimationToWidgets(final boolean animated) { argument
181 toView.getContentView(), toView.getRevealView(), null, animated,
190 final boolean animated, final Runnable onCompleteRunnable) {
199 animated, onCompleteRunnable);
202 animated, onCompleteRunnable);
212 final View overlaySearchBarView, final boolean animated, final boolean hideSearchBar,
231 // NOTE: this call apparently also sets the state for the workspace if !animated
233 animated, overlaySearchBarVie
188 startAnimationToWorkspace(final Launcher.State fromState, final Workspace.State toWorkspaceState, final int toWorkspacePage, final boolean animated, final Runnable onCompleteRunnable) argument
210 startAnimationToOverlay(final Workspace.State toWorkspaceState, final View buttonView, final View toView, final View contentView, final View revealView, final View overlaySearchBarView, final boolean animated, final boolean hideSearchBar, final PrivateTransitionCallbacks pCb) argument
417 startAnimationToWorkspaceFromAllApps(final Workspace.State toWorkspaceState, final int toWorkspacePage, final boolean animated, final Runnable onCompleteRunnable) argument
463 startAnimationToWorkspaceFromWidgets(final Workspace.State toWorkspaceState, final int toWorkspacePage, final boolean animated, final Runnable onCompleteRunnable) argument
490 startAnimationToWorkspaceFromOverlay(final Workspace.State toWorkspaceState, final int toWorkspacePage, final View buttonView, final View fromView, final View contentView, final View revealView, final View overlaySearchBarView, final boolean animated, final Runnable onCompleteRunnable, final PrivateTransitionCallbacks pCb) argument
710 dispatchOnLauncherTransitionPrepare(View v, boolean animated, boolean toWorkspace) argument
720 dispatchOnLauncherTransitionStart(View v, boolean animated, boolean toWorkspace) argument
742 dispatchOnLauncherTransitionEnd(View v, boolean animated, boolean toWorkspace) argument
[all...]
H A DWorkspaceStateTransitionAnimation.java220 int toPage, boolean animated, boolean hasOverlaySearchBar,
227 animateWorkspace(states, toPage, animated, duration, layerViews,
229 animateSearchBar(states, animated, duration, hasOverlaySearchBar, layerViews,
231 animateBackgroundGradient(states, animated, BACKGROUND_FADE_OUT_DURATION);
268 private void animateWorkspace(final TransitionStates states, int toPage, final boolean animated, argument
276 if (animated) {
341 if (animated) {
353 if (animated) {
482 private void animateSearchBar(TransitionStates states, boolean animated, int duration, argument
491 if (animated) {
219 getAnimationToState(Workspace.State fromState, Workspace.State toState, int toPage, boolean animated, boolean hasOverlaySearchBar, HashMap<View, Integer> layerViews) argument
548 animateBackgroundGradient(TransitionStates states, boolean animated, int duration) argument
[all...]
H A DSearchDropTargetBar.java144 public void showSearchBar(boolean animated) { argument
146 if (animated) {
161 public void hideSearchBar(boolean animated) { argument
163 if (animated) {
H A DLauncher.java946 // The animated view may be null in the case of a rotation during widget configuration
993 showAppsView(false /* animated */, false /* resetListToTop */,
2552 showAppsView(true /* animated */, false /* resetListToTop */,
2560 showAppsView(true /* animated */, false /* resetListToTop */,
2729 showWidgetsView(true /* animated */, true /* resetPageToZero */);
3067 * is animated relative to the specified View. If the View is null, no animation
3272 mSearchDropTargetBar.hideSearchBar(false /* animated */);
3276 public void showWorkspace(boolean animated) { argument
3277 showWorkspace(WorkspaceStateTransitionAnimation.SCROLL_TO_CURRENT_PAGE, animated, null);
3280 public void showWorkspace(boolean animated, Runnabl argument
3285 showWorkspace(int snapToPage, boolean animated) argument
3289 showWorkspace(int snapToPage, boolean animated, Runnable onCompleteRunnable) argument
3324 showOverviewMode(boolean animated) argument
3335 showAppsView(boolean animated, boolean resetListToTop, boolean updatePredictedApps, boolean focusSearchBar) argument
3349 showWidgetsView(boolean animated, boolean resetPageToZero) argument
3371 showAppsOrWidgets(State toState, boolean animated, boolean focusSearchBar) argument
3404 startWorkspaceStateChangeAnimation(Workspace.State toState, int toPage, boolean animated, boolean hasOverlaySearchBar, HashMap<View, Integer> layerViews) argument
[all...]
H A DBaseRecyclerViewFastScrollBar.java39 void setFastScrollFocused(boolean focused, boolean animated); argument
H A DBubbleTextView.java593 public void setFastScrollFocused(final boolean focused, boolean animated) { argument
601 if (animated) {
H A DWorkspace.java1423 // Sometimes the left parameter of the pages is animated during a layout transition;
1970 public Animator setStateWithAnimation(State toState, int toPage, boolean animated, argument
1974 toState, toPage, animated, hasOverlaySearchBar, layerViews);
2027 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { argument
2038 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) { argument
2047 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { argument
2722 // Prepare it to be animated into its new position
/packages/apps/Launcher2/src/com/android/launcher2/
H A DSearchDropTargetBar.java134 public void showSearchBar(boolean animated) { argument
136 if (animated) {
149 public void hideSearchBar(boolean animated) { argument
151 if (animated) {
H A DAppsCustomizeTabHost.java370 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { argument
371 mAppsCustomizePane.onLauncherTransitionPrepare(l, animated, toWorkspace);
401 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) { argument
402 if (animated) {
413 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { argument
414 mAppsCustomizePane.onLauncherTransitionEnd(l, animated, toWorkspace);
416 if (animated) {
H A DLauncher.java757 // The animated view may be null in the case of a rotation during widget configuration
2387 * is animated relative to the specified View. If the View is null, no animation
2523 * @param view The view being animated
2556 private void dispatchOnLauncherTransitionPrepare(View v, boolean animated, boolean toWorkspace) { argument
2558 ((LauncherTransitionable) v).onLauncherTransitionPrepare(this, animated, toWorkspace);
2562 private void dispatchOnLauncherTransitionStart(View v, boolean animated, boolean toWorkspace) { argument
2564 ((LauncherTransitionable) v).onLauncherTransitionStart(this, animated, toWorkspace);
2577 private void dispatchOnLauncherTransitionEnd(View v, boolean animated, boolean toWorkspace) { argument
2579 ((LauncherTransitionable) v).onLauncherTransitionEnd(this, animated, toWorkspace);
2631 private void showAppsCustomizeHelper(final boolean animated, fina argument
2798 hideAppsCustomizeHelper(State toState, final boolean animated, final boolean springLoaded, final Runnable onCompleteRunnable) argument
2918 showWorkspace(boolean animated) argument
2922 showWorkspace(boolean animated, Runnable onCompleteRunnable) argument
2957 showAllApps(boolean animated) argument
3023 showDockDivider(boolean animated) argument
3058 showHotseat(boolean animated) argument
3077 hideHotseat(boolean animated) argument
4154 onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) argument
4155 onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) argument
4157 onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) argument
[all...]
H A DWorkspace.java1135 private void animateBackgroundGradient(float finalAlpha, boolean animated) { argument
1147 if (animated) {
1563 Animator getChangeStateAnimation(final State state, boolean animated) { argument
1564 return getChangeStateAnimation(state, animated, 0);
1567 Animator getChangeStateAnimation(final State state, boolean animated, int delay) { argument
1575 AnimatorSet anim = animated ? LauncherAnimUtils.createAnimatorSet() : null;
1624 // animated and the animation end callback below doesn't run;
1626 if (i == mCurrentPage || !animated || oldStateIsSpringLoaded) {
1636 if (animated) {
1658 if (animated) {
1722 onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) argument
1729 onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) argument
1738 onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) argument
[all...]
H A DAppsCustomizePagedView.java836 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { argument
844 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) { argument
852 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { argument
H A DPagedView.java1802 protected void flashScrollingIndicator(boolean animated) { argument
1804 showScrollingIndicator(!animated);
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DDefaultAppSearchController.java223 @Thunk void hideSearchField(boolean animated, final Runnable postAnimationRunnable) { argument
229 if (animated) {
H A DAllAppsContainerView.java545 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { argument
550 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) { argument
560 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { argument

Completed in 696 milliseconds