Home
last modified time | relevance | path

Searched refs:centerView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DNavTabScroller.java285 int centerView = getViewCenter(v); in animateOut() local
288 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()
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerFullScreenFragment.java547 private void revealAnimation(final View centerView, int color) { in revealAnimation() argument
560 centerView.getLocationInWindow(clearLocation); in revealAnimation()
561 clearLocation[0] += centerView.getWidth() / 2; in revealAnimation()
562 clearLocation[1] += centerView.getHeight() / 2; in revealAnimation()