Searched defs:reveal (Results 1 - 3 of 3) sorted by relevance

/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/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/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,

Completed in 3231 milliseconds