Searched refs:reveal (Results 1 – 7 of 7) sorted by relevance
/packages/services/Telephony/src/com/android/phone/ |
D | EmergencyShortcutButton.java | 211 Animator reveal = ViewAnimationUtils.createCircularReveal( in revealSelectedButton() local 218 reveal.start(); in revealSelectedButton() 234 Animator reveal = ViewAnimationUtils.createCircularReveal( in hideSelectedButton() local 241 reveal.addListener(new AnimatorListenerAdapter() { in hideSelectedButton() 247 reveal.start(); in hideSelectedButton()
|
D | EmergencyInfoGroup.java | 234 Animator reveal = ViewAnimationUtils.createCircularReveal( in revealSelectedButton() local 241 reveal.start(); in revealSelectedButton() 259 Animator reveal = ViewAnimationUtils.createCircularReveal( in hideSelectedButton() local 266 reveal.addListener(new AnimatorListenerAdapter() { in hideSelectedButton() 272 reveal.start(); in hideSelectedButton()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarViewController.java | 500 ValueAnimator reveal = new RoundedRectRevealOutlineProvider(radius, in createRevealAnimForView() local 506 for (Animator.AnimatorListener listener : reveal.getListeners()) { in createRevealAnimForView() 507 listener.onAnimationStart(reveal); in createRevealAnimForView() 510 return reveal; in createRevealAnimForView() 560 AnimatorSet reveal = new AnimatorSet(); in addRevealAnimToIsStashed() local 576 reveal.play(createRevealAnimForView(child, isStashed, newChildWidth, isQsb, in addRevealAnimToIsStashed() 605 reveal.play(ObjectAnimator.ofFloat(mtd.getTranslationX(INDEX_TASKBAR_REVEAL_ANIM), in addRevealAnimToIsStashed() 608 reveal.play(ObjectAnimator.ofFloat(mtd.getTranslationY(INDEX_TASKBAR_REVEAL_ANIM), in addRevealAnimToIsStashed() 613 reveal.play(ObjectAnimator.ofFloat(child, VIEW_TRANSLATE_X, transX) in addRevealAnimToIsStashed() 615 reveal.play(ObjectAnimator.ofFloat(child, VIEW_TRANSLATE_Y, transY)); in addRevealAnimToIsStashed() [all …]
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | DotsPageIndicator.java | 700 for (PendingRevealAnimator reveal : revealAnimations) { in cancelRevealAnimations() 701 reveal.cancel(); in cancelRevealAnimations()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|