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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DPinnedHeaderListView.java313 public void setFadingHeader(int viewIndex, int position, boolean fade) { argument
327 if (fade) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java86 // These animators are used to fade the children's outlines
1743 // transition animation. If fade adjacent pages is disabled, then re-enable the page
3880 void setFadeForOverScroll(float fade) { argument
3883 mOverscrollFade = fade;
3884 float reducedFade = 0.5f + 0.5f * (1 - fade);
3893 scrollIndicator.setAlpha(1 - fade);

Completed in 76 milliseconds