Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherTransitionable.java23 void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace); in onLauncherTransitionPrepare()
24 void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace); in onLauncherTransitionStart()
26 void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace); in onLauncherTransitionEnd()
DLauncherStateTransitionAnimation.java126 final boolean animated, final boolean startSearchAfterTransition) { in startAnimationToAllApps()
163 final boolean animated) { in startAnimationToWidgets()
177 final int toWorkspacePage, final boolean animated, final Runnable onCompleteRunnable) { in startAnimationToWorkspace()
200 final boolean animated, final PrivateTransitionCallbacks pCb) { in startAnimationToOverlay()
419 final boolean animated, final Runnable onCompleteRunnable) { in startAnimationToWorkspaceFromAllApps()
459 final boolean animated, final Runnable onCompleteRunnable) { in startAnimationToWorkspaceFromWidgets()
487 final boolean animated, final Runnable onCompleteRunnable, in startAnimationToWorkspaceFromOverlay()
712 void dispatchOnLauncherTransitionPrepare(View v, boolean animated, boolean toWorkspace) { in dispatchOnLauncherTransitionPrepare()
722 void dispatchOnLauncherTransitionStart(View v, boolean animated, boolean toWorkspace) { in dispatchOnLauncherTransitionStart()
744 void dispatchOnLauncherTransitionEnd(View v, boolean animated, boolean toWorkspace) { in dispatchOnLauncherTransitionEnd()
DWorkspaceStateTransitionAnimation.java221 int toPage, boolean animated, HashMap<View, Integer> layerViews) { in getAnimationToState()
266 private void animateWorkspace(final TransitionStates states, int toPage, final boolean animated, in animateWorkspace()
481 boolean animated, int duration) { in animateBackgroundGradient()
DLauncher.java3352 public boolean showWorkspace(boolean animated) { in showWorkspace()
3359 public boolean showWorkspace(boolean animated, Runnable onCompleteRunnable) { in showWorkspace()
3367 protected boolean showWorkspace(int snapToPage, boolean animated) { in showWorkspace()
3374 boolean showWorkspace(int snapToPage, boolean animated, Runnable onCompleteRunnable) { in showWorkspace()
3406 void showOverviewMode(boolean animated) { in showOverviewMode()
3414 void showOverviewMode(boolean animated, boolean requestButtonFocus) { in showOverviewMode()
3438 void showAppsView(boolean animated, boolean resetListToTop, boolean updatePredictedApps, in showAppsView()
3452 void showWidgetsView(boolean animated, boolean resetPageToZero) { in showWidgetsView()
3474 private boolean showAppsOrWidgets(State toState, boolean animated, boolean focusSearchBar) { in showAppsOrWidgets()
3484 mStateTransitionAnimation.startAnimationToAllApps(mWorkspace.getState(), animated, in showAppsOrWidgets() local
[all …]
DBaseRecyclerViewFastScrollBar.java41 void setFastScrollFocusState(final FastBitmapDrawable.State focusState, boolean animated); in setFastScrollFocusState()
DBubbleTextView.java595 … public void setFastScrollFocusState(final FastBitmapDrawable.State focusState, boolean animated) { in setFastScrollFocusState()
DWorkspace.java2105 public Animator setStateWithAnimation(State toState, int toPage, boolean animated, in setStateWithAnimation()
2168 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionPrepare()
2180 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionStart()
2189 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionEnd()
/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/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java519 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionPrepare()
524 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionStart()
534 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) { in onLauncherTransitionEnd()
DAllAppsFastScrollHelper.java218 int pos, boolean animated) { in updateViewFastScrollFocusState()