Lines Matching defs:animated
2556 … private void dispatchOnLauncherTransitionPrepare(View v, boolean animated, boolean toWorkspace) { in dispatchOnLauncherTransitionPrepare()
2562 private void dispatchOnLauncherTransitionStart(View v, boolean animated, boolean toWorkspace) { in dispatchOnLauncherTransitionStart()
2577 private void dispatchOnLauncherTransitionEnd(View v, boolean animated, boolean toWorkspace) { in dispatchOnLauncherTransitionEnd()
2631 private void showAppsCustomizeHelper(final boolean animated, final boolean springLoaded) { in showAppsCustomizeHelper()
2798 private void hideAppsCustomizeHelper(State toState, final boolean animated, in hideAppsCustomizeHelper()
2918 void showWorkspace(boolean animated) { in showWorkspace()
2922 void showWorkspace(boolean animated, Runnable onCompleteRunnable) { in showWorkspace()
2957 void showAllApps(boolean animated) { in showAllApps()
3023 void showDockDivider(boolean animated) { in showDockDivider()
3058 void showHotseat(boolean animated) { in showHotseat()
3077 void hideHotseat(boolean animated) { in hideHotseat()
4154 void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace); in onLauncherTransitionPrepare()
4155 void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace); in onLauncherTransitionStart()
4157 void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace); in onLauncherTransitionEnd()