Home
last modified time | relevance | path

Searched defs:animated (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherStateTransitionAnimation.java135 final boolean animated, final boolean startSearchAfterTransition) { in startAnimationToAllApps()
176 public void startAnimationToWidgets(final boolean animated) { in startAnimationToWidgets()
194 final boolean animated, final Runnable onCompleteRunnable) { in startAnimationToWorkspace()
225 final boolean animated, int animType, final PrivateTransitionCallbacks pCb) { in startAnimationToOverlay()
376 boolean animated, boolean initialized, AnimatorSet animation, in playCommonTransitionAnimations()
395 final Workspace.State toWorkspaceState, final boolean animated, int type, in startAnimationToWorkspaceFromAllApps()
440 final Workspace.State toWorkspaceState, final boolean animated, in startAnimationToWorkspaceFromWidgets()
470 final Workspace.State toWorkspaceState, final boolean animated, in startAnimationToNewWorkspaceState()
514 final boolean animated, int animType, final Runnable onCompleteRunnable, in startAnimationToWorkspaceFromOverlay()
DWorkspaceStateTransitionAnimation.java229 boolean animated, AnimationLayerSet layerViews) { in getAnimationToState()
264 private void animateWorkspace(final TransitionStates states, final boolean animated, in animateWorkspace()
464 boolean animated, int duration) { in animateBackgroundGradient()
DLauncher.java2880 public boolean showWorkspace(boolean animated) { in showWorkspace()
2884 public boolean showWorkspace(boolean animated, Runnable onCompleteRunnable) { in showWorkspace()
2912 public void showOverviewMode(boolean animated) { in showOverviewMode()
2920 void showOverviewMode(boolean animated, boolean requestButtonFocus) { in showOverviewMode()
2963 public void showAppsView(boolean animated, boolean updatePredictedApps, in showAppsView()
2975 void showWidgetsView(boolean animated, boolean resetPageToZero) { in showWidgetsView()
2997 private boolean showAppsOrWidgets(State toState, boolean animated, boolean focusSearchBar) { in showAppsOrWidgets()
3035 boolean animated, AnimationLayerSet layerViews) { in startWorkspaceStateChangeAnimation()
DWorkspace.java2047 public Animator setStateWithAnimation(State toState, boolean animated, in setStateWithAnimation()
/packages/apps/Launcher2/src/com/android/launcher2/
DAppsCustomizeTabHost.java370 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionPrepare()
401 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionStart()
413 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionEnd()
DSearchDropTargetBar.java134 public void showSearchBar(boolean animated) { in showSearchBar()
149 public void hideSearchBar(boolean animated) { in hideSearchBar()
DLauncher.java2556 … 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()
[all …]
DAppsCustomizePagedView.java836 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionPrepare()
844 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionStart()
852 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionEnd()
DPagedView.java1802 protected void flashScrollingIndicator(boolean animated) { in flashScrollingIndicator()
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/cards/
DCardView.java152 public void setLeftIcon(Bitmap bitmap, boolean animated) { in setLeftIcon()
168 public void setRightIcon(Bitmap bitmap, boolean animated) { in setRightIcon()
181 private void switchImageViewBitmpa(Bitmap bitmap, ViewSwitcher switcher, boolean animated) { in switchImageViewBitmpa()
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DAddWorkspaceItemsTaskTest.java124 ArgumentCaptor<ArrayList> animated = ArgumentCaptor.forClass(ArrayList.class); in testAddItem_some_items_added() local