Searched refs:isScrolledOut (Results 1 – 4 of 4) sorted by relevance
59 public void setVerticalScroll(int scroll, boolean isScrolledOut) { in setVerticalScroll() argument60 mView.setVisibility(isScrolledOut ? INVISIBLE : VISIBLE); in setVerticalScroll()61 if (!isScrolledOut) { in setVerticalScroll()
48 void setVerticalScroll(int scroll, boolean isScrolledOut); in setVerticalScroll() argument
268 public void setVerticalScroll(int scroll, boolean isScrolledOut) { in setVerticalScroll() argument269 if (!isScrolledOut) { in setVerticalScroll()272 setAlpha(isScrolledOut ? 0 : 1); in setVerticalScroll()
242 public void setVerticalScroll(int scroll, boolean isScrolledOut) { in setVerticalScroll() argument244 mIsScrolledOut = isScrolledOut; in setVerticalScroll()