HomeSort by relevance Sort by last modified time
    Searched defs:animType (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherStateTransitionAnimation.java 172 int animType = CIRCULAR_REVEAL;
174 animType = PULLUP;
178 Workspace.State.NORMAL_HIDDEN, buttonView, toView, animated, animType, cb);
212 int animType = CIRCULAR_REVEAL;
214 animType = PULLUP;
217 animated, animType, onCompleteRunnable);
235 final boolean animated, int animType, final PrivateTransitionCallbacks pCb) {
281 if (animType == CIRCULAR_REVEAL) {
416 } else if (animType == PULLUP) {
679 final boolean animated, int animType, final Runnable onCompleteRunnable
    [all...]
  /frameworks/base/core/java/android/widget/
ActionMenuPresenter.java 320 if (oldInfo.id == id && oldInfo.animType == ItemAnimationInfo.MOVE) {
358 if (oldInfo.id == id && oldInfo.animType == ItemAnimationInfo.FADE_IN) {
395 if (oldInfo.id == id && oldInfo.animType == ItemAnimationInfo.FADE_OUT) {
    [all...]

Completed in 80 milliseconds