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

/packages/services/Telephony/src/com/android/phone/
H A DEmergencyActionGroup.java249 Animator reveal = ViewAnimationUtils.createCircularReveal(
256 reveal.start();
258 animateHintText(mSelectedLabel, v, reveal);
259 animateHintText(mLaunchHint, v, reveal);
270 private void animateHintText(View selectedView, View v, Animator reveal) { argument
274 .setDuration(reveal.getDuration() / 3)
275 .setStartDelay(reveal.getDuration() / 5)
293 Animator reveal = ViewAnimationUtils.createCircularReveal(
300 reveal.addListener(new AnimatorListenerAdapter() {
308 reveal
[all...]
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DCalculator.java1028 private void reveal(View sourceView, int colorRes, AnimatorListener listener) { method in class:Calculator
1035 // Make reveal cover the display and status bar.
1100 reveal(mCurrentButton, R.color.calculator_primary_color, new AnimatorListenerAdapter() {
1118 reveal(mCurrentButton, R.color.calculator_error_color,

Completed in 101 milliseconds