Searched refs:centerView (Results 1 – 2 of 2) sorted by relevance
285 int centerView = getViewCenter(v); in animateOut() local288 if (centerView < centerScreen - gap / 2) { in animateOut()290 scroll = - (centerScreen - centerView - gap); in animateOut()293 } else if (centerView > centerScreen + gap / 2) { in animateOut()295 scroll = - (centerScreen + gap - centerView); in animateOut()301 scroll = - (centerScreen - centerView); in animateOut()
547 private void revealAnimation(final View centerView, int color) { in revealAnimation() argument560 centerView.getLocationInWindow(clearLocation); in revealAnimation()561 clearLocation[0] += centerView.getWidth() / 2; in revealAnimation()562 clearLocation[1] += centerView.getHeight() / 2; in revealAnimation()