Searched refs:isScrolledOut (Results 1 – 4 of 4) sorted by relevance
74 public void setVerticalScroll(int scroll, boolean isScrolledOut) { in setVerticalScroll() argument75 mView.setVisibility(isScrolledOut ? INVISIBLE : VISIBLE); in setVerticalScroll()76 if (!isScrolledOut) { in setVerticalScroll()
55 void setVerticalScroll(int scroll, boolean isScrolledOut); in setVerticalScroll() argument
333 public void setVerticalScroll(int scroll, boolean isScrolledOut) { in setVerticalScroll() argument334 mScrolledOut = isScrolledOut; in setVerticalScroll()336 if (!isScrolledOut) { in setVerticalScroll()
298 public void setVerticalScroll(int scroll, boolean isScrolledOut) { in setVerticalScroll() argument300 mIsScrolledOut = isScrolledOut; in setVerticalScroll()