/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
D | PendingAnimation.java | 62 public void add(Animator anim, TimeInterpolator interpolator, SpringProperty springProperty) { in add() 67 public void add(Animator anim) { in add() 88 ObjectAnimator anim = ObjectAnimator.ofFloat(view, View.ALPHA, alpha); in setViewAlpha() local 100 Animator anim = ObjectAnimator.ofFloat(target, property, value); in setFloat() local 107 Animator anim = ObjectAnimator.ofFloat(target, property, from, to); in addFloat() local 118 Animator anim = ObjectAnimator.ofInt(target, property, value); in setInt() local
|
D | AnimatorPlaybackController.java | 55 public static AnimatorPlaybackController wrap(AnimatorSet anim, long duration) { in wrap() 78 AnimatorPlaybackController(AnimatorSet anim, long duration, ArrayList<Holder> childAnims) { in AnimatorPlaybackController() 312 Animator anim, BiConsumer<AnimatorListener, Animator> command) { in callListenerCommandRecursively() 320 private static void callAnimatorCommandRecursively(Animator anim, Consumer<Animator> command) { in callAnimatorCommandRecursively() 375 public final ValueAnimator anim; field in AnimatorPlaybackController.Holder 385 Holder(Animator anim, float globalDuration, SpringProperty springProperty) { in Holder() 403 static void addAnimationHoldersRecur(Animator anim, long globalDuration, in addAnimationHoldersRecur()
|
/packages/apps/Launcher3/src/com/android/launcher3/settings/ |
D | PreferenceHighlighter.java | 95 ObjectAnimator anim = ObjectAnimator.ofArgb(this, HIGHLIGHT_COLOR, END_COLOR, colorTo); in onDraw() local 115 ObjectAnimator anim = ObjectAnimator.ofArgb( in removeHighlight() local
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/ |
D | LauncherAppTransitionManagerImpl.java | 60 protected void composeRecentsLaunchAnimator(@NonNull AnimatorSet anim, @NonNull View v, in composeRecentsLaunchAnimator() 113 protected Runnable composeViewContentAnimator(@NonNull AnimatorSet anim, float[] alphas, in composeViewContentAnimator()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | DirectoryItemAnimator.java | 62 ColorAnimation anim = mPendingAnimations.get(i); in endAnimation() local 69 ColorAnimation anim = mRunningAnimations.get(vh); in endAnimation() local
|
D | AnimationView.java | 97 FragmentTransaction ft, @AnimationType int anim, Bundle args) { in setupAnimations()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | TrimControllerOverlay.java | 56 ObjectAnimator anim = ObjectAnimator.ofFloat(mPlayPauseReplayView, "alpha", 1f, 0f); in showPlaying() local
|
D | PhotoPageBottomControls.java | 54 Animation anim = visible ? new AlphaAnimation(0f, 1f) in getControlAnimForVisibility() local
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/ |
D | OverviewToHomeAnim.java | 82 AnimatorSet anim = new AnimatorSet(); in animateWithVelocity() local
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | PreviewItemDrawingParams.java | 30 public FolderPreviewItemAnim anim; field in PreviewItemDrawingParams
|
D | FolderPreviewItemAnim.java | 107 public boolean hasEqualFinalState(FolderPreviewItemAnim anim) { in hasEqualFinalState()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/ |
D | HeaderCell.java | 104 ImageView arrow, @AnimatorRes int anim, @StringRes int contentDescriptionId) { in showArrow()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | FirstFrameAnimatorHelper.java | 48 public <T extends ValueAnimator> T addTo(T anim) { in addTo()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepAppTransitionManagerImpl.java | 250 protected abstract void composeRecentsLaunchAnimator(@NonNull AnimatorSet anim, @NonNull View v, in composeRecentsLaunchAnimator() 262 private void composeIconLaunchAnimator(@NonNull AnimatorSet anim, @NonNull View v, in composeIconLaunchAnimator() 437 protected abstract Runnable composeViewContentAnimator(@NonNull AnimatorSet anim, in composeViewContentAnimator()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/ |
D | QuickstepAtomicAnimationFactory.java | 131 AnimatorSet anim = new AnimatorSet(); in createStateElementAnimation() local
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | SwipeUpAnimationLogic.java | 156 public void setAnimation(RectFSpringAnim anim) { } in setAnimation() 187 RectFSpringAnim anim = new RectFSpringAnim(startRect, targetRect, mContext); in createWindowAnimationToHome() local
|
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/ |
D | TranslationAnimationCreator.java | 73 ObjectAnimator anim = in createAnimation() local
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | RecentsView.java | 1304 ObjectAnimator anim = ObjectAnimator.ofFloat( in animateActionsViewIn() local 1409 private void addDismissedTaskAnimations(View taskView, long duration, PendingAnimation anim) { in addDismissedTaskAnimations() 1443 PendingAnimation anim = new PendingAnimation(duration); in createTaskDismissAnimation() local 1562 PendingAnimation anim = new PendingAnimation(duration); in createAllTasksDismissAnimation() local 1566 addDismissedTaskAnimations(getTaskViewAt(i), duration, anim); in createAllTasksDismissAnimation() local 2042 AnimatorSet anim = new AnimatorSet(); in createAdjacentPageAnimForTaskLaunch() local 2113 AnimatorSet anim = createAdjacentPageAnimForTaskLaunch(tv); in createTaskLaunchAnimation() local
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | NavBarToHomeTouchController.java | 243 ValueAnimator anim = mCurrentAnimation.getAnimationPlayer(); in onDragEnd() local
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/ |
D | SwipeUpGestureTutorialController.java | 110 PendingAnimation anim = new PendingAnimation(300); in fadeOutFakeTaskView() local
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ |
D | ProfileTabsTest.java | 278 public void refreshCurrentRootAndDirectory(int anim) { in refreshCurrentRootAndDirectory()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsTransitionController.java | 179 Animator anim = createSpringAnimation(mProgress, targetProgress); in setStateWithAnimation() local
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | WorkspaceAndHotseatScrim.java | 194 ObjectAnimator anim = ObjectAnimator.ofFloat(this, SYSUI_ANIM_MULTIPLIER, values); in createSysuiMultiplierAnim() local
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | AbstractActionHandler.java | 605 final int anim = (mState.stack.hasLocationChanged() && mState.stack.size() > 1) in openFolderInSearchResult() local 633 final int anim = (mState.stack.hasLocationChanged() && mState.stack.size() > 1) in openChildContainer() local 956 void refreshCurrentRootAndDirectory(@AnimationType int anim); in refreshCurrentRootAndDirectory()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | WidgetCell.java | 188 ViewPropertyAnimator anim = mWidgetImage.animate(); in applyPreview() local
|