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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFullScreenFragment.java547 private void revealAnimation(final View centerView, int color) { argument
560 centerView.getLocationInWindow(clearLocation);
561 clearLocation[0] += centerView.getWidth() / 2;
562 clearLocation[1] += centerView.getHeight() / 2;

Completed in 74 milliseconds