Searched refs:reveal (Results 1 - 6 of 6) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DEmergencyActionGroup.java246 Animator reveal = ViewAnimationUtils.createCircularReveal(
253 reveal.start();
255 animateHintText(mSelectedLabel, v, reveal);
256 animateHintText(mLaunchHint, v, reveal);
268 private void animateHintText(View selectedView, View v, Animator reveal) { argument
272 .setDuration(reveal.getDuration() / 3)
273 .setStartDelay(reveal.getDuration() / 5)
291 Animator reveal = ViewAnimationUtils.createCircularReveal(
298 reveal.addListener(new AnimatorListenerAdapter() {
306 reveal
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherStateTransitionAnimation.java282 // Setup the reveal view animation
349 Animator reveal = new CircleRevealOutlineProvider(width / 2, height / 2,
351 reveal.setDuration(revealDuration);
352 reveal.setInterpolator(new LogDecelerateInterpolator(100, 0));
354 reveal.addListener(listener);
356 animation.play(reveal);
365 // Hide the reveal view
541 // Hide the reveal view
574 // Hide the reveal view
771 // Setup animation for the reveal pane
[all...]
/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculator.java313 private void reveal(View sourceView, int colorRes, AnimatorListener listener) { method in class:Calculator
320 // Make reveal cover the display and status bar.
374 reveal(sourceView, R.color.calculator_accent_color, new AnimatorListenerAdapter() {
389 reveal(mEqualButton, R.color.calculator_error_color, new AnimatorListenerAdapter() {
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java586 Animator reveal = new CircleRevealOutlineProvider((int) getPivotX(),
588 reveal.setDuration(mMaterialExpandDuration);
589 reveal.setInterpolator(new LogDecelerateInterpolator(100, 0));
606 anim.play(reveal);
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DCalculator.java676 private void reveal(View sourceView, int colorRes, AnimatorListener listener) { method in class:Calculator
683 // Make reveal cover the display and status bar.
740 reveal(mCurrentButton, R.color.calculator_accent_color, new AnimatorListenerAdapter() {
757 reveal(mCurrentButton, R.color.calculator_error_color,
/packages/apps/Settings/src/com/android/settings/widget/
H A DDotsPageIndicator.java569 // The retreat animation in turn will kick of reveal anims when the
698 for (PendingRevealAnimator reveal : revealAnimations) {
699 reveal.cancel();
777 // reveal animation runs
781 // create the reveal animations that will run when the retreat passes them
793 // start any reveal animations if we've passed them
801 // create the reveal animations that will run when the retreat passes them
813 // start any reveal animations if we've passed them
826 // we need to set this so that the dots are hidden until the reveal anim runs

Completed in 885 milliseconds