Home | History | Annotate | Download | only in launcher2

Lines Matching refs:fade

98     // These animators are used to fade the children's outlines
1707 // animation. If fade adjacent pages is disabled, then re-enable the page
1774 // Fade the background gradient away
3519 void setFadeForOverScroll(float fade) {
3522 mOverscrollFade = fade;
3523 float reducedFade = 0.5f + 0.5f * (1 - fade);
3532 scrollIndicator.setAlpha(1 - fade);