Home
last modified time | relevance | path

Searched refs:alphaAnimator (Results 1 – 17 of 17) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/toolbar/
H A DPwaConfirm.java63 final Animator alphaAnimator = ObjectAnimator.ofFloat(this, "alpha", 1); in appear() local
64 alphaAnimator.setStartDelay(200); in appear()
65 alphaAnimator.setDuration(300); in appear()
68 alphaAnimator.start(); in appear()
80 final Animator alphaAnimator = ObjectAnimator.ofFloat(this, "alpha", 0); in disappear() local
81 alphaAnimator.setDuration(300); in disappear()
83 alphaAnimator.start(); in disappear()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/firstrun/
H A DFirstrunAnimationContainer.java76 final Animator alphaAnimator = ObjectAnimator.ofFloat(this, "alpha", 0); in animateHide() local
77 alphaAnimator.setDuration(150); in animateHide()
78 alphaAnimator.addListener(new AnimatorListenerAdapter() { in animateHide()
85 alphaAnimator.start(); in animateHide()
H A DFirstrunPager.java127 final Animator alphaAnimator = ObjectAnimator.ofFloat(this, "alpha", 1); in animateLoad() local
128 alphaAnimator.setStartDelay(200); in animateLoad()
129 alphaAnimator.setDuration(600); in animateLoad()
132 set.playTogether(alphaAnimator, translateAnimator); in animateLoad()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/firstrun/
H A DFirstrunAnimationContainer.java72 final Animator alphaAnimator = ObjectAnimator.ofFloat(this, "alpha", 0); in animateHide() local
73 alphaAnimator.setDuration(150); in animateHide()
74 alphaAnimator.addListener(new AnimatorListenerAdapter() { in animateHide()
81 alphaAnimator.start(); in animateHide()
H A DFirstrunPager.java123 final Animator alphaAnimator = ObjectAnimator.ofFloat(this, "alpha", 1); in animateLoad() local
124 alphaAnimator.setStartDelay(200); in animateLoad()
125 alphaAnimator.setDuration(600); in animateLoad()
128 set.playTogether(alphaAnimator, translateAnimator); in animateLoad()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/trackingprotection/
H A DTrackingProtectionPrompt.java70 final Animator alphaAnimator = ObjectAnimator.ofFloat(containerView, "alpha", 1); in showPrompt() local
71 alphaAnimator.setStartDelay(200); in showPrompt()
72 alphaAnimator.setDuration(600); in showPrompt()
75 set.playTogether(alphaAnimator, translateAnimator); in showPrompt()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/trackingprotection/
H A DTrackingProtectionPrompt.java70 final Animator alphaAnimator = ObjectAnimator.ofFloat(containerView, "alpha", 1);
71 alphaAnimator.setStartDelay(200);
72 alphaAnimator.setDuration(600);
75 set.playTogether(alphaAnimator, translateAnimator);
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/promotion/
H A DSimpleHelperUI.java132 final Animator alphaAnimator = ObjectAnimator.ofFloat(containerView, "alpha", 1); in slideIn() local
133 alphaAnimator.setStartDelay(200); in slideIn()
134 alphaAnimator.setDuration(600); in slideIn()
137 set.playTogether(alphaAnimator, translateAnimator); in slideIn()
H A DHomeScreenPrompt.java151 final Animator alphaAnimator = ObjectAnimator.ofFloat(containerView, "alpha", 1); in slideIn() local
152 alphaAnimator.setStartDelay(200); in slideIn()
153 alphaAnimator.setDuration(600); in slideIn()
156 set.playTogether(alphaAnimator, translateAnimator); in slideIn()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/promotion/
H A DSimpleHelperUI.java132 final Animator alphaAnimator = ObjectAnimator.ofFloat(containerView, "alpha", 1); in slideIn() local
133 alphaAnimator.setStartDelay(200); in slideIn()
134 alphaAnimator.setDuration(600); in slideIn()
137 set.playTogether(alphaAnimator, translateAnimator); in slideIn()
H A DHomeScreenPrompt.java153 final Animator alphaAnimator = ObjectAnimator.ofFloat(containerView, "alpha", 1); in slideIn() local
154 alphaAnimator.setStartDelay(200); in slideIn()
155 alphaAnimator.setDuration(600); in slideIn()
158 set.playTogether(alphaAnimator, translateAnimator); in slideIn()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/tabqueue/
H A DTabQueuePrompt.java102 final Animator alphaAnimator = ObjectAnimator.ofFloat(containerView, "alpha", 1); in showTabQueueEnablePrompt() local
103 alphaAnimator.setStartDelay(200); in showTabQueueEnablePrompt()
104 alphaAnimator.setDuration(600); in showTabQueueEnablePrompt()
107 set.playTogether(alphaAnimator, translateAnimator); in showTabQueueEnablePrompt()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/tabqueue/
H A DTabQueuePrompt.java102 final Animator alphaAnimator = ObjectAnimator.ofFloat(containerView, "alpha", 1); in showTabQueueEnablePrompt() local
103 alphaAnimator.setStartDelay(200); in showTabQueueEnablePrompt()
104 alphaAnimator.setDuration(600); in showTabQueueEnablePrompt()
107 set.playTogether(alphaAnimator, translateAnimator); in showTabQueueEnablePrompt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/
H A DDimmingDialog.java209 Animator alphaAnimator = ObjectAnimator.ofFloat(mFullContainer, View.ALPHA, 0f, 1f); in onLayoutChange() local
212 alphaSet.playTogether(scrimFader, alphaAnimator); in onLayoutChange()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/toolbar/menu_button/
H A DMenuButtonMediator.java298 Animator alphaAnimator = PropertyModelAnimatorFactory.ofFloat( in getUrlFocusingAnimator() local
300 animatorSet.playTogether(translationAnimator, alphaAnimator); in getUrlFocusingAnimator()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/
H A DGeckoApp.java1361 final Animator alphaAnimator = ObjectAnimator.ofFloat(overlay, "alpha", 1); in onDoorHangerShow() local
1362 alphaAnimator.setDuration(250); in onDoorHangerShow()
1364 alphaAnimator.start(); in onDoorHangerShow()
1372 final Animator alphaAnimator = ObjectAnimator.ofFloat(overlay, "alpha", 0); in onDoorHangerHide() local
1373 alphaAnimator.setDuration(200); in onDoorHangerHide()
1375 alphaAnimator.start(); in onDoorHangerHide()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/
H A DBrowserApp.java1551 final Animator alphaAnimator = ObjectAnimator.ofFloat(mDoorhangerOverlay, "alpha", 1); in onDoorHangerShow() local
1552 alphaAnimator.setDuration(250); in onDoorHangerShow()
1554 alphaAnimator.start(); in onDoorHangerShow()
1559 final Animator alphaAnimator = ObjectAnimator.ofFloat(mDoorhangerOverlay, "alpha", 0); in onDoorHangerHide() local
1560 alphaAnimator.setDuration(200); in onDoorHangerHide()
1562 alphaAnimator.start(); in onDoorHangerHide()